feat:新增api key 、license 重写link 、notify 面包屑bug修复
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user