质控提示更改

uat_us
caiyiling 2024-03-28 16:24:37 +08:00
parent 1812877f88
commit d4ea8bb4d5
2 changed files with 5 additions and 1 deletions

View File

@ -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(()=>{})
}
})
}

View File

@ -491,6 +491,7 @@
@getList="getList"
@nextTask="nextTask"
@openManuals="openManuals"
@close="qcVisible = false"
/>
</div>
</el-dialog>