pacs拉取问题修复
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
098e3c888a
commit
e9cefc1157
|
@ -117,6 +117,7 @@
|
|||
clearable
|
||||
multiple
|
||||
collapse-tags
|
||||
style="width: 140px;"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in ModalityList"
|
||||
|
@ -591,8 +592,8 @@ export default {
|
|||
if (this.total >= MaxStudyCount) {
|
||||
let message = this.$t(
|
||||
'trials:inspection:pullImage:confirm:limit50'
|
||||
).replace('xx', MaxStudyCount)
|
||||
this.$confirm(message, 'hahaha', {
|
||||
).replace('xxx', MaxStudyCount)
|
||||
this.$confirm(message, '', {
|
||||
type: 'warning',
|
||||
showCancelButton: false,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue