@@ -538,7 +538,11 @@
}
this.visible = true;
- this.getData();
+ // this.getData();
+ this.$nextTick(async () => {
+ await this.getData();
+ this.$refs.form && this.$refs.form.clearValidate();
+ });
},
saveSelf(actionType) {