1
yxh
2023-07-20 935c201bdcf4adde998d46893dd0fa3eddf400bb
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];