fmui-base 2.2.67 → 2.2.68
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -205,7 +205,7 @@ var ListItem = function (_React$Component) {
|
|
|
205
205
|
_fullUrl = _fullUrl.replace("/" + projectPath + "/", "/budget/budgetproject/").split('?_')[0].split('#/')[0];
|
|
206
206
|
} else if (module == 'hoa_topic' || module == 'hoa_funds' || module == 'hoa_achievements') {
|
|
207
207
|
_fullUrl = _fullUrl.replace("/" + projectPath + "/", "/ky/ky/").split('?_')[0].split('#/')[0];
|
|
208
|
-
} else if (module == 'contract_sign' || module == '
|
|
208
|
+
} else if (module == 'contract_sign' || module == 'contract_exmanage') {
|
|
209
209
|
_fullUrl = _fullUrl.replace("/" + projectPath + "/", "/contract/contract/").split('?_')[0].split('#/')[0];
|
|
210
210
|
} else if (module.indexOf("dj_") != '-1' || module.indexOf("jj_") != '-1' || module.indexOf("zdh_") != '-1' || module.indexOf("gh_") != '-1') {
|
|
211
211
|
_fullUrl = _fullUrl.split('?_')[0].split('#/')[0];
|
|
@@ -327,7 +327,7 @@ var ListItem = function (_React$Component) {
|
|
|
327
327
|
fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetproject/").split('?_')[0].split('/approval/all')[0];
|
|
328
328
|
} else if (module == 'hoa_topic' || module == 'hoa_funds' || module == 'hoa_achievements') {
|
|
329
329
|
fullUrl = fullUrl.replace("/" + projectPath + "/", "/ky/ky/").split('?_')[0].split('/approval/all')[0];
|
|
330
|
-
} else if (module == 'contract_sign' || module == '
|
|
330
|
+
} else if (module == 'contract_sign' || module == 'contract_exmanage') {
|
|
331
331
|
fullUrl = fullUrl.replace("/" + projectPath + "/", "/contract/contract/").split('?_')[0].split('#/')[0];
|
|
332
332
|
} else if (module.indexOf("dj_") != '-1' || module.indexOf("jj_") != '-1' || module.indexOf("zdh_") != '-1' || module.indexOf("gh_") != '-1') {
|
|
333
333
|
fullUrl = fullUrl.split('?_')[0].split('/approval/all')[0];
|
|
@@ -339,7 +339,7 @@ var ListItem = function (_React$Component) {
|
|
|
339
339
|
fullUrl = fullUrl.replace("/" + projectPath + "/", "/modules/" + mobilePath + "/").split('?_')[0].split('/approval/all')[0];
|
|
340
340
|
}
|
|
341
341
|
var _url3 = "process/processDetails/" + taskId + "/" + param_formKey + "/" + param_businessKey + "/" + param_list_type + "/0/" + processInstanceId + "/" + module + "/" + loginUserId;
|
|
342
|
-
_url3 = fullUrl + '
|
|
342
|
+
_url3 = fullUrl + '#/' + _url3;
|
|
343
343
|
decodeURI(_url3);
|
|
344
344
|
location.href = _url3;
|
|
345
345
|
}
|