11
WXL
2024-04-25 8a01cd3076ac20e1529a6768bb07e71f3c21f00d
src/views/project/donationdetails/index.vue
@@ -3331,11 +3331,10 @@
              addDonatecompletioninfo(this.accomplishform).then(response => {
                this.$modal.msgSuccess("完成登记成功");
                saveDonatecomporgan(this.transplantdata).then(res => {
                  if (res == 200) {
                  if (res.code == 200) {
                    this.$modal.msgSuccess("捐献器官登记信息保存成功!");
                  } else {
                    this.$modal.msgSuccess(res.msg);
                    return;
                    this.$modal.msgError(res.msg);
                  }
                  this.$modal.closeLoading();
                });