Forráskód Böngészése

处理操作按钮修改异常问题

lph 1 éve
szülő
commit
e54c1211e3
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      zkqy-ui/src/views/system/excuteBtnMange/index.vue

+ 2 - 2
zkqy-ui/src/views/system/excuteBtnMange/index.vue

@@ -1512,7 +1512,7 @@ export default {
       this.conditionData = [];
       this.commonFieldData = [];
       this.btnHidenCondtionData = [];
-      this.resetForm("btnGroupFormRef");
+      // this.resetForm("btnGroupFormRef");
     },
     /** 搜索按钮操作 */
     handleQuery() {
@@ -1520,7 +1520,7 @@ export default {
     },
     /** 重置按钮操作 */
     resetQuery() {
-      this.resetForm("queryForm");
+      // this.resetForm("queryForm");
       console.log(this.queryParams);
       this.handleQuery();
     },