@@ -236,6 +236,11 @@
}
this.brandRegistScanFileList = []
this.brandAuthScanFileList = []
+
+ this.$nextTick(() => {
+ // 延时到下一帧才开始,也就是页面刚刚渲染结束!!
+ this.$refs.dataForm.clearValidate()
+ })
},
saveData() {
const brand = {}
diff --git a/src/views/account/information.vue b/src/views/account/information.vue
index 66e4128..4105a80 100644
--- a/src/views/account/information.vue
+++ b/src/views/account/information.vue
@@ -29,15 +29,6 @@
业务信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-