feat:新增api key 、license 重写link 、notify 面包屑bug修复

This commit is contained in:
wangwenrui
2021-04-16 21:10:31 +08:00
parent deb18176de
commit 6fabe47a1c
20 changed files with 1119 additions and 238 deletions

View File

@@ -57,7 +57,12 @@ export default {
selectionChange (objs) {
this.batchDeleteObjs = objs
},
getTableData () {
getTableData (params) {
if (params && Object.keys(params).length > 0) {
for (const key in params) {
this.$set(this.searchLabel, key, params[key])
}
}
this.$set(this.searchLabel, 'pageNo', this.pageObj.pageNo)
this.$set(this.searchLabel, 'pageSize', this.pageObj.pageSize)
this.tools.loading = true