From 62c0885f2777abb700b66bb26ed9f66786c79f7b Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 01 八月 2024 18:57:53 +0800 Subject: [PATCH] 修改工时管理 --- src/components/do/b1-inspect-order-plan/Inspection.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue index 284db80..67022a4 100644 --- a/src/components/do/b1-inspect-order-plan/Inspection.vue +++ b/src/components/do/b1-inspect-order-plan/Inspection.vue @@ -1933,6 +1933,12 @@ this.getTableLists(); this.currentKey = row.index this.currentTab = null; + this.worker.postMessage(JSON.stringify({ + type: 'saveData', + tableList:this.tableList, + param:this.param, + currentTable:this.currentTable + })); }, getReportModel(id){ if(this.PROJECT!='妫�娴嬩腑蹇�'){ -- Gitblit v1.9.3