Преглед изворни кода

修改添加手机号缓存问题

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() {