From 578f4a5e7c30d6153d9593c630c1f4b14b351dec Mon Sep 17 00:00:00 2001 From: caoqianming Date: Sun, 12 Mar 2023 08:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A=E5=88=9B=E5=BB=BA=E6=97=B6?= =?UTF-8?q?=E5=B1=9E=E5=9C=B0=E9=83=A8=E9=97=A8=E5=92=8C=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=E9=83=A8=E9=97=A8=E9=9C=80=E8=A6=81=E9=80=89=E6=8B=A9=E4=B8=BA?= =?UTF-8?q?=E6=9C=AC=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/opm/operation_form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/opm/operation_form.vue b/src/views/opm/operation_form.vue index 86360c6c..3b26d934 100644 --- a/src/views/opm/operation_form.vue +++ b/src/views/opm/operation_form.vue @@ -194,7 +194,7 @@ export default { methods: { //所属部门,属地部门,业务部门 getDept() { - this.$API.system.dept.list.req({ page: 0 , type__in: 'dept, rparty'}).then((res) => { + this.$API.system.dept.list.req({ page: 0 , type__in: 'dept'}).then((res) => { this.deptoptions = genTree(res); });