From f0ad3b00ae1cdbd12f64d870927f96ec6b7593a3 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期五, 21 六月 2024 12:03:04 +0800 Subject: [PATCH] qxtj --- src/views/system/tijian/index.vue | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue index c56e90d..885ecf0 100644 --- a/src/views/system/tijian/index.vue +++ b/src/views/system/tijian/index.vue @@ -645,7 +645,7 @@ </template> </el-table-column> </el-table> - <div>鍚堣锛歿{ marryall }}鍏�</div> + <h3 style="font-weight: bold;">鍚堣锛歿{ marryall }}鍏�</h3> <!-- <el-collapse v-model="activeName" accordion v-if="list1"> <div> <el-collapse-item title="璇烽�夋嫨椤圭洰"> @@ -1319,6 +1319,7 @@ table: false, HistoryList: {}, index: 0, + names:"", dictType: [ { value: 0, @@ -1348,7 +1349,7 @@ hospName: "", currentDate: "", currentTime: "", - tjCategory: "", + tjCategory: "12", formIn: { tjPro: "浣撴璐�", }, @@ -2460,15 +2461,20 @@ }); }); } - this.checkedkey.push(this.Treedata[0].proId); - let proId = this.Treedata[0].proId; + this.checkedkey.push("1735504273274236929"); + let proId = "1735504273274236929"; + this.Treedata.forEach(item =>{ + if(proId == item.proId){ + this.names = item.proName + } + }) getProSonDxList(proId).then((res) => { this.TreedataList = res.data.list; this.TreedataList.forEach((item) => { this.checkedListkey.push(item.proId); this.DataList.push(item); this.DataList.forEach((item) => { - item.propinName = this.Treedata[0].proName; + item.propinName = this.names; }); }); this.TotalPrice1 = 0; -- Gitblit v1.8.0