From 227a1d5cff4538bea8398e9f40cf07910a2fec78 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 25 三月 2025 17:31:36 +0800 Subject: [PATCH] 11 --- src/views/doctor/inspectCheck/index.vue | 33 +++++++++++---------------------- 1 files changed, 11 insertions(+), 22 deletions(-) diff --git a/src/views/doctor/inspectCheck/index.vue b/src/views/doctor/inspectCheck/index.vue index 26785fd..398854f 100644 --- a/src/views/doctor/inspectCheck/index.vue +++ b/src/views/doctor/inspectCheck/index.vue @@ -68,7 +68,6 @@ align="center" label="閫夋嫨" width="40" - :selectable="isSelectable" > </el-table-column> <el-table-column @@ -431,9 +430,9 @@ } console.log("Query Params:", this.queryParams); }, - isSelectable(row) { - return !!row.mzh; - }, + // isSelectable(row) { + // return !!row.mzh; + // }, tableRowClassName({ row }) { return !row.mzh ? "row-disabled" : ""; }, @@ -462,7 +461,6 @@ fetchRightTableData() { const code = queryParams.tjNum; // if (!code) return; - getJyTjList(code).then((response) => { this.checkList = response.data; this.loading = false; @@ -471,7 +469,7 @@ handleSelectionChangeSecond(selectedRows) { this.selectedSecondTable = selectedRows; - if (selectedRows.length > 1) { + if (selectedRows.length > 1) { let del_row = selectedRows.shift(); this.$refs.tab1.toggleRowSelection(del_row, false); //璁剧疆杩欎竴琛屽彇娑堥�変腑 } @@ -502,19 +500,10 @@ this.loading = false; this.exaLists = res.data; // const code = this.exaLists[0].mzh; - if ( - this.exaLists && - this.exaLists.length > 0 && - this.exaLists[0].mzh - ) { - const code = this.queryParams.tjNum; - - getJyTjList(code).then((response) => { - this.checkList = response.data; - }); - } else { - this.$message.error("鏌ヨ澶辫触锛岃绋嶅悗閲嶈瘯"); - } + const code = this.queryParams.tjNum; + getJyTjList(code).then((response) => { + this.checkList = response.data; + }); } }) .catch((error) => { @@ -556,9 +545,9 @@ this.setTime(); const requestData = { lis: this.selectedFirstTable.map((item) => ({ - ...item, - tjNum: this.queryParams.tjNum, - })), + ...item, + tjNum: this.queryParams.tjNum, + })), jcxmid: this.selectedFirstTable.jcxmid, shys: this.selectedFirstTable.shys, tj: this.selectedSecondTable[0], // 鍙充晶琛ㄦ牸閫変腑鏁版嵁 -- Gitblit v1.8.0