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 CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.1.35:统一待办科研跳转特殊处理
6
7
  - 2.1.34:表单组件子表字段只读时不做必填校验
7
8
  - 2.1.33:表单组件html编辑器移动端图片路径替换成viewImage形式
8
9
  - 2.1.32:表单组件html编辑器移动端图片路径替换
@@ -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') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.34",
3
+ "version": "2.1.35",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",