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
|
@@ -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);
|