From 7313ea2408781d637fbc097b938242336a71c82d Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 19 四月 2024 18:14:26 +0800 Subject: [PATCH] 11 --- src/views/project/donationdetails/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/project/donationdetails/index.vue b/src/views/project/donationdetails/index.vue index 4857f79..7058136 100644 --- a/src/views/project/donationdetails/index.vue +++ b/src/views/project/donationdetails/index.vue @@ -2906,7 +2906,7 @@ if (res.code == 200) { if (res.rows[0]) { this.procureddata = res.rows; - this.procureddata.infoid = this.infoid; + // this.procureddata.infoid = this.infoid; } else { this.procureddata = this.allocateddata.filter( obj => @@ -2921,7 +2921,7 @@ obj.id = null; return obj; }); - this.procureddata.infoid = this.infoid; + // this.procureddata.infoid = this.infoid; } this.organList.organprocured = []; for (let i = 0; i < this.procureddata.length; i++) { @@ -3181,7 +3181,7 @@ } }); } else if (this.actives == 4) { - this.procureddata.infoid = this.infoid; + // this.procureddata.infoid = this.infoid; this.$refs["allocateddataform"].validate(valid => { this.$modal.loading("姝e湪鎻愪氦锛岃绋嶅�欙紒"); @@ -3270,7 +3270,7 @@ } //淇濆瓨鍣ㄥ畼鑾峰彇琛ㄦ暟鎹� - this.procureddata.infoid = this.infoid; + // this.procureddata.infoid = this.infoid; saveDonationwitnessorgan(this.procureddata).then(res => { if (res == 200) { this.$modal.msgSuccess("鎹愮尞鍣ㄥ畼鑾峰彇淇℃伅淇濆瓨鎴愬姛锛�"); @@ -3285,7 +3285,7 @@ this.$modal.loading("姝e湪鎻愪氦锛岃绋嶅�欙紒"); // 淇濆瓨鎹愮尞鍣ㄥ畼绉绘淇℃伅 - this.transplantdata.infoid = this.infoid; + // this.transplantdata.infoid = this.infoid; console.log(this.form); this.transplantdata.forEach(item => { listDonorchargeorgan({ -- Gitblit v1.9.3