fmui-base 2.2.73 → 2.2.74

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.2.74: 统一待办移动端跳转
6
7
  - 2.2.73: 非空字段隐藏后校验不通过问题修复
7
8
  - 2.2.72: 移动端支持单选、多选、下单单选和下拉多选设置空置进行联动
8
9
  - 2.2.71: 单选多选可输入关联不生效问题修复
@@ -322,21 +322,21 @@ var ListItem = function (_React$Component) {
322
322
  //projectPath = modules/mobileoffice
323
323
  // 预算模块跳转特殊处理
324
324
  if (module == 'bud_cost') {
325
- fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetcost/").split('?_')[0].split('/approval/all')[0];
325
+ fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetcost/").split('?_')[0].split('#/')[0];
326
326
  } else if (module == 'bud_project') {
327
- fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetproject/").split('?_')[0].split('/approval/all')[0];
327
+ fullUrl = fullUrl.replace("/" + projectPath + "/", "/budget/budgetproject/").split('?_')[0].split('#/')[0];
328
328
  } else if (module == 'hoa_topic' || module == 'hoa_funds' || module == 'hoa_achievements') {
329
- fullUrl = fullUrl.replace("/" + projectPath + "/", "/ky/ky/").split('?_')[0].split('/approval/all')[0];
329
+ fullUrl = fullUrl.replace("/" + projectPath + "/", "/ky/ky/").split('?_')[0].split('#/')[0];
330
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
- fullUrl = fullUrl.split('?_')[0].split('/approval/all')[0];
333
+ fullUrl = fullUrl.split('?_')[0].split('#/')[0];
334
334
  } else if (module.indexOf("hoa_") != '-1') {
335
335
  var category = module.split("_")[0];
336
336
  mobilePath = module.substring(module.indexOf("_") + 1);
337
- fullUrl = fullUrl.replace("/" + projectPath + "/", "/" + category + "/" + mobilePath + "/").split('?_')[0].split('/approval/all')[0];
337
+ fullUrl = fullUrl.replace("/" + projectPath + "/", "/" + category + "/" + mobilePath + "/").split('?_')[0].split('#/')[0];
338
338
  } else {
339
- fullUrl = fullUrl.replace("/" + projectPath + "/", "/modules/" + mobilePath + "/").split('?_')[0].split('/approval/all')[0];
339
+ fullUrl = fullUrl.replace("/" + projectPath + "/", "/modules/" + mobilePath + "/").split('?_')[0].split('#/')[0];
340
340
  }
341
341
  var _url3 = "process/processDetails/" + taskId + "/" + param_formKey + "/" + param_businessKey + "/" + param_list_type + "/0/" + processInstanceId + "/" + module + "/" + loginUserId;
342
342
  _url3 = fullUrl + '#/' + _url3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.73",
3
+ "version": "2.2.74",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",