Parcourir la source

修改添加手机号缓存问题

long il y a 3 ans
Parent
commit
9ee39de712
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      operationSupport/src/views/propertyManagement/phone.vue

+ 3 - 3
operationSupport/src/views/propertyManagement/phone.vue

@@ -188,9 +188,9 @@ export default {
             this.centerDialogVisible = true;
             this.enditShow = false;
             this.$refs['ruleForm'].resetFields();
-            // this.ruleForm.newPhone = '';
-            // this.ruleForm.communityList = [];
-            // this.ruleForm.newManagementName = '';
+            this.ruleForm.newPhone = '';
+            this.ruleForm.communityList = [];
+            this.ruleForm.newManagementName = '';
         },
         /**查询按钮*/
         searchInfo() {