瀏覽代碼

补充提交

lph 1 年之前
父節點
當前提交
f888929a85
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      zkqy-ui/src/views/system/excuteBtnMange/index.vue

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

@@ -858,6 +858,8 @@ export default {
       this.loading = true;
       if (this.queryParams.btnGroupName) {
         this.queryParams.btnParentId = null;
+      } else {
+        this.queryParams.btnParentId = 0;
       }
       listBtn(this.queryParams).then((response) => {
         let res = this.setRootBtnKey(response.rows);
@@ -946,6 +948,7 @@ export default {
     /** 重置按钮操作 */
     resetQuery() {
       this.resetForm("queryForm");
+      console.log(this.queryParams);
       this.handleQuery();
     },
     /** 新增按钮操作 */