fmui-base 2.1.34 → 2.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/lib/process_list/processList.js +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -142,6 +142,8 @@ var ListItem = function (_React$Component) {
|
|
|
142
142
|
fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetcost/").split('?_')[0].split('/approval/all')[0];
|
|
143
143
|
} else if (module == 'bud_project') {
|
|
144
144
|
fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetproject/").split('?_')[0].split('/approval/all')[0];
|
|
145
|
+
} else if (module == 'hoa_topic' || module == 'hoa_funds' || module == 'hoa_achievements') {
|
|
146
|
+
fullUrl = fullUrl.replace("/" + projectPath + "/", "/ky/ky/").split('?_')[0].split('/approval/all')[0];
|
|
145
147
|
} else if (module.indexOf("dj_") != '-1' || module.indexOf("jj_") != '-1' || module.indexOf("zdh_") != '-1' || module.indexOf("gh_") != '-1') {
|
|
146
148
|
fullUrl = fullUrl.split('?_')[0].split('/approval/all')[0];
|
|
147
149
|
} else if (module.indexOf("hoa_") != '-1') {
|