11
WXL
2024-04-22 18342786629417972a8c6468ef83450b88dae4f8
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();
                });