centaline-data-driven 1.3.6 → 1.3.7

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.06",
3
+ "version": "1.3.07",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -777,6 +777,7 @@
777
777
  on: {
778
778
  new(id) {
779
779
  field.flagAddRowAfterAction=true;
780
+ field.flagFreshCurrentRow=false;
780
781
  var res={responseData:{content:id}};
781
782
  self.updateCurrentRow(field, res);
782
783
  self.$forceUpdate();
@@ -784,6 +785,7 @@
784
785
  self.$common.closeDialog(dialogOption.dialog);
785
786
  },
786
787
  update() {
788
+ field.flagAddRowAfterAction=false;
787
789
  field.flagFreshCurrentRow=true;
788
790
  self.updateCurrentRow(field, null);
789
791
  self.$common.closeDialog(dialogOption.dialog);