From dbec6f5396f4e1c8a650c2a89b508d9801ea2311 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 1 Aug 2024 10:27:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E4=B8=AD=E4=BA=A7=E5=87=BA=E7=89=A9=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/mlog_detail.vue | 47 +++++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 13 deletions(-) diff --git a/src/views/wpm_gx/mlog_detail.vue b/src/views/wpm_gx/mlog_detail.vue index 5e5da294..ef239460 100644 --- a/src/views/wpm_gx/mlog_detail.vue +++ b/src/views/wpm_gx/mlog_detail.vue @@ -135,6 +135,35 @@ hidePagination > + + + + + 检验 - - - 撤回 - @@ -242,6 +261,7 @@ @@ -293,6 +313,7 @@ export default { count_use: 0, count_break: 0, }, + deptId: "", visible: false, isSaveing: false, options: [], @@ -332,7 +353,7 @@ export default { that.mlogItem = res; that.mgroup = res.mgroup; that.materialIn = res.material_in; - that.belongDeptId = res.belong_dept; + that.deptId = res.belong_dept; }); }, //表单注入数据