src/views/project/donationdetails/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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(); });