11
WXL
2024-04-19 7313ea2408781d637fbc097b938242336a71c82d
11
已修改1个文件
10 ■■■■ 文件已修改
src/views/project/donationdetails/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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("正在提交,请稍候!");
@@ -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("正在提交,请稍候!");
            // 保存捐献器官移植信息
            this.transplantdata.infoid = this.infoid;
            // this.transplantdata.infoid = this.infoid;
            console.log(this.form);
            this.transplantdata.forEach(item => {
              listDonorchargeorgan({