1
WXL
2023-10-07 59c2e6665e5d2dcfe3516af2373f1c8a7c9e2bc2
src/views/project/donatefinish/index.vue
@@ -1118,7 +1118,6 @@
      //获取捐献完成登记记录
      this.loading = true;
      this.reset();
      debugger;
      this.curCase.registerAddresss = row.registeraddresss;
      this.curCase.donorno = row.donorno;
      this.curCase.name = row.name;
@@ -1150,7 +1149,6 @@
        // this.GetDonortedList();
      });
      listnewDonatecompletioninfo(searchParam).then((response) => {
        debugger;
        if (response.code == 200 && response.rows.length == 1) {
          this.open = true;
          this.form = response.rows[0];