fmui-base 2.1.93 → 2.1.94

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 CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.1.94:统一待办跳转
6
7
  - 2.1.93:集成统一待办,待办列表增加办理缓急标签
7
8
  - 2.1.92:鸿蒙样式问题
8
9
  - 2.1.91:流程转交支持修改办理缓急
@@ -146,19 +146,19 @@ var ListItem = function (_React$Component) {
146
146
  //projectPath = modules/mobileoffice
147
147
  // 预算模块跳转特殊处理
148
148
  if (module == 'bud_cost') {
149
- fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetcost/").split('?_')[0].split('/approval/all')[0];
149
+ fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetcost/").split('?_')[0].split('/msglist/all')[0];
150
150
  } else if (module == 'bud_project') {
151
- fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetproject/").split('?_')[0].split('/approval/all')[0];
151
+ fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetproject/").split('?_')[0].split('/msglist/all')[0];
152
152
  } else if (module == 'hoa_topic' || module == 'hoa_funds' || module == 'hoa_achievements') {
153
- fullUrl = fullUrl.replace("/" + projectPath + "/", "/ky/ky/").split('?_')[0].split('/approval/all')[0];
153
+ fullUrl = fullUrl.replace("/" + projectPath + "/", "/ky/ky/").split('?_')[0].split('/msglist/all')[0];
154
154
  } else if (module.indexOf("dj_") != '-1' || module.indexOf("jj_") != '-1' || module.indexOf("zdh_") != '-1' || module.indexOf("gh_") != '-1') {
155
- fullUrl = fullUrl.split('?_')[0].split('/approval/all')[0];
155
+ fullUrl = fullUrl.split('?_')[0].split('/msglist/all')[0];
156
156
  } else if (module.indexOf("hoa_") != '-1') {
157
157
  var category = module.split("_")[0];
158
158
  mobilePath = module.substring(module.indexOf("_") + 1);
159
- fullUrl = fullUrl.replace("/" + projectPath + "/", "/" + category + "/" + mobilePath + "/").split('?_')[0].split('/approval/all')[0];
159
+ fullUrl = fullUrl.replace("/" + projectPath + "/", "/" + category + "/" + mobilePath + "/").split('?_')[0].split('/msglist/all')[0];
160
160
  } else {
161
- fullUrl = fullUrl.replace("/" + projectPath + "/", "/modules/" + mobilePath + "/").split('?_')[0].split('/approval/all')[0];
161
+ fullUrl = fullUrl.replace("/" + projectPath + "/", "/modules/" + mobilePath + "/").split('?_')[0].split('/msglist/all')[0];
162
162
  }
163
163
  //alert(fullUrl);
164
164
  var url = "process/processDetails/" + taskId + "/" + param_formKey + "/" + param_businessKey + "/" + param_list_type + "/0/" + processInstanceId + "/" + module + "/" + loginUserId;
@@ -885,7 +885,7 @@ var PageHome = function (_React$Component2) {
885
885
  var url = 'approval/transaction/' + this.state.activeTabIndex;
886
886
  location.hash = url;
887
887
  } else {
888
- var url = 'approval/all/' + this.state.activeTabIndex;
888
+ var url = 'msglist/all/' + this.state.activeTabIndex;
889
889
  location.hash = url;
890
890
  }
891
891
  searchVal = '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.93",
3
+ "version": "2.1.94",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",