From 85080c45de794071862fea9e319d5ab8bca64ba3 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期四, 21 十二月 2023 17:40:43 +0800 Subject: [PATCH] qxtj --- src/views/hosp/order/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue index 12baa41..d44f9b4 100644 --- a/src/views/hosp/order/index.vue +++ b/src/views/hosp/order/index.vue @@ -866,11 +866,15 @@ // } this.TotalPrice1 = 0; this.proIds = []; + console.log(this.DataList) if (this.DataList.length != 0) { this.list1 = false; this.DataList.forEach((item) => { this.TotalPrice1 = item.proPrice + this.TotalPrice1; - this.proIds.push(item.proId); + item.tjProjectList.forEach(item1 => { + this.proIds.push(item1.proId); + }) + }); } }, -- Gitblit v1.8.0