修复许愿之星地区查询
This commit is contained in:
@@ -423,7 +423,9 @@ export default {
|
||||
getData() {
|
||||
this.loading = true;
|
||||
// @ts-ignore
|
||||
promiseStarConfigList().then((res) => {
|
||||
promiseStarConfigList({
|
||||
partitionId: this.searchValues.partitionId,
|
||||
}).then((res) => {
|
||||
this.tableData = res.data;
|
||||
this.loading = false;
|
||||
});
|
||||
|
Reference in New Issue
Block a user