|
|
|
@ -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 |
|
|
|
|