xusl 1 năm trước cách đây
mục cha
commit
f965b5d0c8
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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() {