centaline-data-driven 1.3.63 → 1.3.64

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.3.63",
3
+ "version": "1.3.64",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -481,7 +481,7 @@
481
481
  else {
482
482
  submitData = field.getActionPara(submitData).para;
483
483
  field.doAction(submitData, (data) => {
484
- if (data.rtnCode === 200) {
484
+ if (data.rtnCode === 200 || data.isSuccess) {
485
485
  if(field && field.changeCallBackFunName){
486
486
  self.changeCallBackHandler(field, field.changeCallBackFunName, data.content);
487
487
  }