质控提示更改
parent
1812877f88
commit
d4ea8bb4d5
|
@ -1430,8 +1430,11 @@ export default {
|
|||
})
|
||||
})
|
||||
} else {
|
||||
// 没有后续质控任务
|
||||
this.$emit('getList')
|
||||
this.$alert('没有后续质控任务')
|
||||
this.$confirm(this.$t('trials:qcQuality:title:closeQCDialog')).then(() => {
|
||||
this.$emit('close')
|
||||
}).catch(()=>{})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
@ -491,6 +491,7 @@
|
|||
@getList="getList"
|
||||
@nextTask="nextTask"
|
||||
@openManuals="openManuals"
|
||||
@close="qcVisible = false"
|
||||
/>
|
||||
</div>
|
||||
</el-dialog>
|
||||
|
|
Loading…
Reference in New Issue