pengjun 11 months ago
parent
commit
5903d522dc
  1. 7
      src/components/doctorCheck/CheckPicture.vue

7
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

Loading…
Cancel
Save