fmui-base 1.0.45 → 1.0.46

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
  ---
4
4
 
5
5
  ## 更新日志
6
+ - 1.0.46:项目模块扩展开发修改
6
7
  - 1.0.45:表单字段选人默认值
7
8
  - 1.0.44:增加表单锚点
8
9
  - 1.0.43:移动端支持默认选中参与人
@@ -3761,8 +3761,8 @@ var PageHome = function (_React$Component) {
3761
3761
  } catch (e) {
3762
3762
  // alert("exception: "+e.message);
3763
3763
  }
3764
- if (typeof mobileExt !== 'undefined' && typeof mobileExt["submitBefore"] === "function") {
3765
- mobileExt["submitBefore"](params, function (paramsExt) {
3764
+ if (typeof mobileExt !== 'undefined' && typeof mobileExt["saveDataBefore"] === "function") {
3765
+ mobileExt["saveDataBefore"](params, function (paramsExt) {
3766
3766
  t.sendFlowFuc(paramsExt);
3767
3767
  }, function (error) {
3768
3768
  _Toast2.default.show({
@@ -3895,7 +3895,8 @@ var PageHome = function (_React$Component) {
3895
3895
  if (t.state.isStart && t.state.dataId == '') {
3896
3896
  //是不是起始节点
3897
3897
  type = 4;
3898
- } else if (t.state.isEnd) {
3898
+ }
3899
+ if (t.state.isEnd) {
3899
3900
  //是不是结束节点
3900
3901
  type = 1;
3901
3902
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",