From dc65ec24e7d9b4b922ed5e46f516e1f7ca964e92 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 02 八月 2024 17:22:48 +0800 Subject: [PATCH] 数采数据选择不能取消操作 --- 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 284db80..fb039ae 100644 --- a/src/components/do/b1-inspect-order-plan/Inspection.vue +++ b/src/components/do/b1-inspect-order-plan/Inspection.vue @@ -784,7 +784,7 @@ <el-button type="primary" @click="submit()">纭� 瀹�</el-button> </span> </el-dialog> - <el-dialog title="鏁版嵁閲囬泦" :visible.sync="dataGetDia" min-width="400px" :close-on-click-modal="false" :close-on-press-escape="false" :before-close="beforeDataGetDia"> + <el-dialog title="鏁版嵁閲囬泦" :visible.sync="dataGetDia" min-width="400px" :close-on-click-modal="false" :close-on-press-escape="false" :show-close="false"> <div> <table border="1" cellpadding="10" class="thermal-table"> <tr> @@ -820,7 +820,6 @@ </table> </div> <span slot="footer" class="dialog-footer"> - <el-button @click="beforeDataGetDia()">鍙� 娑�</el-button> <el-button type="primary" @click="submitDataGet()">纭� 瀹�</el-button> </span> </el-dialog> @@ -1933,6 +1932,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