Browse Source

修改添加手机号缓存问题

long 3 years ago
parent
commit
9ee39de712
1 changed files with 3 additions and 3 deletions
  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() {