From 103f328ed8055d859061bf08baf4ab3787bc9894 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 29 七月 2024 13:19:19 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master
---
src/components/do/b1-inspect-order-plan/Inspection.vue | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue
index afe938b..b79dea6 100644
--- a/src/components/do/b1-inspect-order-plan/Inspection.vue
+++ b/src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -2774,7 +2774,6 @@
return
},
saveInsContext() {
- // console.profile()
// console.log(1111,this.param)
try {
if(this.param){
@@ -2787,6 +2786,12 @@
}
this.$message.success('宸蹭繚瀛�')
})
+ // 鍚� Worker 鍙戦�佹秷鎭紝寮�濮嬪鐞嗛�昏緫
+ this.worker.postMessage(JSON.stringify({
+ type: 'saveData',
+ tableList:this.tableList,
+ param:this.param
+ }));
}
}catch (error) {
console.log(999,error);
@@ -2814,7 +2819,7 @@
})
}
}
- console.log(this.param)
+ // console.log(this.param)
this.saveInsContext()
},
getAuthorizedPerson() {
--
Gitblit v1.9.3