yxh
yxh
2023-08-01 5ba9921fb11703c89de646c1176dbfa0f59bc4cd
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];