From 2941765c75e52229a53d3b711c577da3dfff5e2a Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 02 八月 2024 15:33:12 +0800
Subject: [PATCH] 修改下单、工时管理bug

---
 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