From 410e48a5d3bb7f1bcf4e2ec77f1f1062a256fd1a Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 4 Dec 2025 15:39:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=B8=AD=E5=AD=90=E5=B7=A5=E5=BA=8F=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_detail.vue | 43 ++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index 00475a9f..201fb76f 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -64,7 +64,6 @@ v-model="processLists" :addTemplate="addTemplate" placeholder="暂无数据" - @add="rowAdd" > + + + - - - @@ -514,9 +517,10 @@ export default { addTemplate:{ mlog: "", process: "", + equipment: "", handle_user: "", - handle_user_name: "", work_start_time: "", + handle_user_name: "", isEdit: true, }, qct:null, @@ -540,6 +544,7 @@ export default { this.apiObj = this.$API.wpm.mlogb.list; let userInfo = that.$TOOL.data.get("USER_INFO"); that.addTemplate.mlog = that.mlogItem.id; + that.addTemplate.equipment = ""; that.addTemplate.handle_user = userInfo.id; that.addTemplate.handle_user_name = userInfo.name; that.addTemplate.work_start_time = this.$TOOL.dateFormat(new Date());