From 15578a4858e711d643efeac4ca6a7790b5f4f4b8 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Thu, 25 Apr 2024 15:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=B8=E6=84=BF=E4=B9=8B?= =?UTF-8?q?=E6=98=9F=E5=9C=B0=E5=8C=BA=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wishingStar/wishingStarSet.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/wishingStar/wishingStarSet.vue b/src/views/wishingStar/wishingStarSet.vue index e22ed5d..ed10273 100644 --- a/src/views/wishingStar/wishingStarSet.vue +++ b/src/views/wishingStar/wishingStarSet.vue @@ -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; });