Преглед на файлове

修改添加手机号缓存问题

long преди 3 години
родител
ревизия
9ee39de712
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  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() {