From e2eb647351f420b6b55ba0f95ebcae638726dd42 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 12 Apr 2024 16:45:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=93=E5=BA=93=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E4=BA=BA=E4=BB=8E=E5=BA=93=E7=AE=A1=E4=B8=AD=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inm/mio_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inm/mio_form.vue b/src/views/inm/mio_form.vue index 84743688..2c647c4c 100644 --- a/src/views/inm/mio_form.vue +++ b/src/views/inm/mio_form.vue @@ -254,7 +254,7 @@ export default { }, getDeptUser() { this.$API.system.user.list - .req({ belong_dept__name: "8车间", page: 0 }) + .req({ posts__name: "库管", page: 0 }) .then((res) => { this.userOption = res; });