소스 검색

补充提交

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();
     },
     /** 新增按钮操作 */