From 991f246d1a20147489fbea9c411258269a2e6e13 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期五, 22 十二月 2023 18:32:03 +0800
Subject: [PATCH] su

---
 src/views/hosp/order/index.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue
index 6746f97..d44f9b4 100644
--- a/src/views/hosp/order/index.vue
+++ b/src/views/hosp/order/index.vue
@@ -198,7 +198,7 @@
     </el-dialog>
 
     <!-- 娣诲姞琛ュ綍椤圭洰 -->
-    <el-dialog :title="title" :visible.sync="Projectopen" width="980px" style="height: 860px" append-to-body>
+    <el-dialog :title="title" :visible.sync="Projectopen" width="1200px" style="height: 860px" append-to-body>
       <el-row type="flex" class="row-bg" justify="space-around">
         <el-col :span="6">
           <div style="text-align: center; margin-bottom: 10px;margin-top:10px">椤圭洰鍒楄〃</div>
@@ -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