From 761ade59163d3817afabf5af1c8992166d552530 Mon Sep 17 00:00:00 2001 From: Paidax Date: Tue, 30 Sep 2025 17:17:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/zhgh/staffmanage/specialstaff/manage/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/views/platform/zhgh/staffmanage/specialstaff/manage/index.html b/src/main/resources/views/platform/zhgh/staffmanage/specialstaff/manage/index.html index 0206da0d..02c374a2 100644 --- a/src/main/resources/views/platform/zhgh/staffmanage/specialstaff/manage/index.html +++ b/src/main/resources/views/platform/zhgh/staffmanage/specialstaff/manage/index.html @@ -14,7 +14,7 @@ layout("/layouts/platform.html"){ code="SPECIAL_STAFF_TYPE"> - @@ -366,7 +366,7 @@ layout("/layouts/platform.html"){ this.$set(this.pageForm, "unitId", null) this.units = [] if (this.pageForm.unionId) { - this.units = this.$businessTool.listUnit(this.pageForm.unionId) + this.units = await this.$businessTool.listUnit(this.pageForm.unionId) } }, async initData() { @@ -380,6 +380,7 @@ layout("/layouts/platform.html"){ async created() { this.initData() this.pageData() + this.unions = await this.$businessTool.listUnion() }, });