centaline-data-driven 1.2.15 → 1.2.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.2.15",
3
+ "version": "1.2.16",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -656,7 +656,14 @@
656
656
  window.open(field.action + query, "_blank");
657
657
  }
658
658
  else{
659
-
659
+ field.doAction(submitData, (data) => {
660
+ if (!field.flagFreshCurrentRow) {
661
+ self.model.doAction({ responseData: data });
662
+ if(callBack){
663
+ callBack();
664
+ }
665
+ }
666
+ })
660
667
  }
661
668
  }
662
669
  //执行客户端脚本