|
|
|
@ -241,11 +241,14 @@ export default { |
|
|
|
|
/** 搜索按钮操作 */ |
|
|
|
|
handleQuery() { |
|
|
|
|
this.queryParams.pageNum = 1; |
|
|
|
|
this.queryParams.pageSize = 10; |
|
|
|
|
this.getList(); |
|
|
|
|
}, |
|
|
|
|
/** 重置按钮操作 */ |
|
|
|
|
resetQuery() { |
|
|
|
|
this.resetForm("queryForm"); |
|
|
|
|
this.queryParams.pageSize = 10; |
|
|
|
|
this.queryParams.pageNum = 1; |
|
|
|
|
this.queryParams.enterpriseResourceTypeId = null ; |
|
|
|
|
this.handleQuery(); |
|
|
|
|
}, |
|
|
|
@ -318,7 +321,7 @@ export default { |
|
|
|
|
/** 树选中*/ |
|
|
|
|
handleNodeClick(data){ |
|
|
|
|
this.currentNodekey = data.id |
|
|
|
|
this.queryParams ={"resourceMenuGroupId": data.id} |
|
|
|
|
this.queryParams ={"resourceMenuGroupId": data.id,"pageNum":1,"pageSize":10} |
|
|
|
|
this.getList() |
|
|
|
|
}, |
|
|
|
|
/** 资源菜单新增*/ |
|
|
|
|