From 88f1ea7af7d970f35d0ea0ab68428790a1fe7e97 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 14 Jan 2025 14:16:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mio_form.vue | 13 ++++++------- src/views/wpm_bx/inm.vue | 5 +---- src/views/wpm_bx/mlog_detail.vue | 7 ++++--- src/views/wpm_bx/mlogb_form.vue | 2 +- src/views/wpm_bx/mlogbw_check.vue | 4 +++- 5 files changed, 15 insertions(+), 16 deletions(-) diff --git a/src/views/inm/mio_form.vue b/src/views/inm/mio_form.vue index 976ccc28..88965f1e 100644 --- a/src/views/inm/mio_form.vue +++ b/src/views/inm/mio_form.vue @@ -102,7 +102,7 @@ v-model="form.belong_dept" clearable style="width: 100%" - @change="deptChange" + @change="getgetDeptUsers" > { - this.userOptions = res; - }); + getgetDeptUsers(){ + this.$API.system.user.list.req({ depts: this.form.belong_dept, page: 0 }).then((res) => { + this.userOptions = res; + }); }, getDeptUser() { this.$API.system.user.list diff --git a/src/views/wpm_bx/inm.vue b/src/views/wpm_bx/inm.vue index 48c3e8f5..234760f7 100644 --- a/src/views/wpm_bx/inm.vue +++ b/src/views/wpm_bx/inm.vue @@ -113,7 +113,7 @@