修复许愿之星地区查询

This commit is contained in:
liaozetao
2024-04-25 15:21:27 +08:00
parent 115420bcb9
commit 15578a4858

View File

@@ -423,7 +423,9 @@ export default {
getData() { getData() {
this.loading = true; this.loading = true;
// @ts-ignore // @ts-ignore
promiseStarConfigList().then((res) => { promiseStarConfigList({
partitionId: this.searchValues.partitionId,
}).then((res) => {
this.tableData = res.data; this.tableData = res.data;
this.loading = false; this.loading = false;
}); });