|
@@ -278,6 +278,10 @@ export default {
|
|
if (this.importType === "zip") {
|
|
if (this.importType === "zip") {
|
|
this.templateUrl = "";
|
|
this.templateUrl = "";
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ this.$nextTick(() => {
|
|
|
|
+ this.$refs.modalFormComp.clearValidate();
|
|
|
|
+ });
|
|
},
|
|
},
|
|
fileChange(fileData) {
|
|
fileChange(fileData) {
|
|
this.fileData = fileData;
|
|
this.fileData = fileData;
|