add dashboard inside and outside system and fix timeout when search filter
This commit is contained in:
@@ -16,7 +16,7 @@ class BigdataResume {
|
||||
}
|
||||
async initEvents() {
|
||||
await this.initBigdataResumeTable();
|
||||
this.handleSearch();
|
||||
// this.handleSearch();
|
||||
}
|
||||
|
||||
async initBigdataResumeTable() {
|
||||
@@ -60,6 +60,12 @@ class BigdataResume {
|
||||
},
|
||||
},
|
||||
sort: true,
|
||||
search: {
|
||||
server: {
|
||||
url: (prev, keyword) => `${prev}?search=${keyword}`,
|
||||
},
|
||||
debounceTimeout: 1000,
|
||||
},
|
||||
server: {
|
||||
url: `${GlobalConfig.apiHost}/api/bigdata-report`,
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user