11
WXL
2024-03-28 9789cd52927f0193c669ee388303cd2c3e48cfa6
11
已修改1个文件
11 ■■■■■ 文件已修改
src/views/project/donationdetails/index.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/donationdetails/index.vue
@@ -2485,7 +2485,7 @@
      infoid: 736,
      drawer: false,
      form: {},
      istb:false,
      istb: false,
      activeName: "",
      tableDatafile: [
        {
@@ -2951,7 +2951,6 @@
          return;
        }
        if (!this.organList.organtransplant[0]) {
          listDonatecomporgan(searchParam).then(res => {
            if (res.code == 200) {
@@ -2962,8 +2961,12 @@
                this.transplantdata = this.allocateddata;
                this.transplantdata = this.transplantdata.map(obj => {
                  obj.id = null;
                  if (obj.organname == "左眼角膜"||obj.organname == "右眼角膜") {
                    obj.transplantstate = 2;
                  }
                  return obj;
                });
                this.transplantdata.infoid = this.infoid;
              }
              for (let i = 0; i < this.transplantdata.length; i++) {
@@ -2991,7 +2994,7 @@
        this.activetele = "潜在捐献";
      }
      if (!this.allocateddata[0]) {
          listDonateorgan(searchParam).then(res => {
        listDonateorgan(searchParam).then(res => {
          if (res.code == 200) {
            if (res.rows[0]) {
              this.allocateddata = res.rows;
@@ -3005,7 +3008,7 @@
          } else {
          }
        });
        }
      }
    },
    /** 保存主表按钮 */