From 5903d522dcc531c1751c9cbf6697f7345900ae69 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Sun, 24 Nov 2024 22:12:13 +0800 Subject: [PATCH] dcm --- src/components/doctorCheck/CheckPicture.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/doctorCheck/CheckPicture.vue b/src/components/doctorCheck/CheckPicture.vue index 70dba81..d05471a 100644 --- a/src/components/doctorCheck/CheckPicture.vue +++ b/src/components/doctorCheck/CheckPicture.vue @@ -512,13 +512,18 @@ export default { btnOkBigtext() { console.log('this.pacsParams', this.pacsParams) // this.doctorCheck.checkItemList[0].result = this.pacsParams.result + /* this.doctorCheck.checkSummaryList = [{ id: Math.random(), registerCheckId: this.doctorCheck.RegisterCheckEdit.id, summary: this.pacsParams.summary, summaryFlag: 'N', }] - + */ + if(this.doctorCheck.checkSummaryList.length == 0){ + this.$message.warning({showClose:true,message:"请填写检查结论"}) + return + } this.save() this.dialogDcm = false