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