yxh
2023-06-15 e5e3e1a5bc8aa300c580126703bb6067221dee96
src/views/project/donationwitness/index.vue
@@ -988,7 +988,6 @@
    },
    /** 新增按钮操作 */
    handleAdd(row) {
      debugger;
      this.curCase = {
        id: row.id,
        recordstate: null,
@@ -1019,7 +1018,6 @@
      let searchParam = {
        infoid: row.id,
      };
      debugger;
      this.GetDonortedList();
      const infoid = this.form.infoid;
      getByInfoId(infoid).then((response) => {
@@ -1160,12 +1158,10 @@
        //donorno: this.form.donorno,
        infoid: this.curCase.id,
      };
      debugger;
      console.log(
        "调用器官列表接口,参数:" + JSON.stringify(oraganqueryParam)
      );
      listDonateorgan(oraganqueryParam).then((response) => {
        debugger;
        this.loading = false;
        if (response.code == 200) {
          this.organdonation = [];