qinxianzhangyao
2023-12-22 ca7febfd03af9f1dc4016b7c761bd326080f3508
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);
          })
        });
      }
    },