xusl il y a 1 an
Parent
commit
f965b5d0c8
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      ui/src/views/sysManager/userManager/index.vue

+ 4 - 1
ui/src/views/sysManager/userManager/index.vue

@@ -702,7 +702,10 @@ export default {
         remark: undefined,
         expDate: undefined
       };
-      // this.resetForm("form");
+
+      if (this.$refs["form"]) {
+        this.$refs["form"].clearValidate();
+      }
     },
     /** 重置按钮操作 */
     resetQuery() {