From 1212162a7e6c0439f0fd2f8d9b8df84f7ce46349 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 18 Jan 2024 14:26:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E6=AC=A1=E5=8F=B7=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E7=94=9F=E6=88=9010=E8=BD=A6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm/mlog_dept10.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/wpm/mlog_dept10.vue b/src/views/wpm/mlog_dept10.vue index 35542a36..d3da882d 100644 --- a/src/views/wpm/mlog_dept10.vue +++ b/src/views/wpm/mlog_dept10.vue @@ -259,7 +259,7 @@ @@ -313,7 +313,8 @@ export default { paramsWm: {}, mgroup: '', mlogId: '', - material_out: '' + material_out: '', + material_model:'', } }, mounted() { @@ -400,6 +401,7 @@ export default { if (that.currentMtask && that.currentMtask.id) { that.mgroup = that.currentMtask.mgroup; that.material_out = that.currentMtask.material_out; + that.material_model = that.currentMtask.material_out_.model; let arr = []; this.brothersList = []; this.brothersListorigin.forEach(item => {