From ca7febfd03af9f1dc4016b7c761bd326080f3508 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期五, 22 十二月 2023 18:14:27 +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