From a777e06d4ba333f00a22e33094f50660168f1ac6 Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 22 May 2024 14:58:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:coding#412,=E5=BC=B9=E7=AA=97=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=92=8C=E6=A3=80=E9=AA=8C=E4=BA=BA=E5=91=98=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/qm/productCheck.vue | 8 +- src/views/qm/product_form.vue | 312 ++++++++++++++++++---------------- 2 files changed, 172 insertions(+), 148 deletions(-) diff --git a/src/views/qm/productCheck.vue b/src/views/qm/productCheck.vue index 2e9155a4..0270912f 100644 --- a/src/views/qm/productCheck.vue +++ b/src/views/qm/productCheck.vue @@ -366,9 +366,11 @@ export default { //获取员工 getUserList() { let that = this; - this.$API.system.user.list.req({ page: 0 }).then((res) => { - that.userList = res; - }); + this.$API.system.user.list + .req({ page: 0, belong_dept__name: "检验管理部" }) + .then((res) => { + that.userList = res; + }); }, //表格数据 getCheckList(ftestwork) { diff --git a/src/views/qm/product_form.vue b/src/views/qm/product_form.vue index bcd8d319..9f39c6ba 100644 --- a/src/views/qm/product_form.vue +++ b/src/views/qm/product_form.vue @@ -1,152 +1,174 @@ - +