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