crc上传数量对不上
continuous-integration/drone/push Build is passing Details

uat_us
熊飞 2024-01-18 11:42:20 +08:00
parent 8081b33a97
commit 932efb308b
2 changed files with 16 additions and 12 deletions

View File

@ -125,7 +125,7 @@ service.interceptors.response.use(
}
}
if (!window.navigator.onLine) {
MessageBox.confirm(store.state.lang.language === 'en'? 'Please check your network' : '请检查您的网络', store.state.lang.language === 'en'? 'Warning' : '警告', {
MessageBox.confirm(store.state.lang.language === 'en'? 'Please check your network' : '请检查您的网络,稍后刷新页面重试!', store.state.lang.language === 'en'? 'Warning' : '警告', {
type: 'warning',
showCancelButton: false,
callback: action => {}

View File

@ -1107,8 +1107,8 @@ export default {
if (!res || !res.url) {
params.failedFileCount++
} else {
dicomInfo.failedFileCount++
if (ii === 0 && o.modality !== 'SR') {
try {
let fileId = cornerstoneWADOImageLoader.wadouri.fileManager.add(
o.file
)
@ -1120,6 +1120,9 @@ export default {
if (seriesRes && seriesRes.url) {
ImageResizePath = scope.$getObjectName(seriesRes.url)
}
} catch (e) {
console.log(e)
}
}
}
if (res && res.url) {
@ -1142,6 +1145,7 @@ export default {
path: scope.$getObjectName(res.url)
})
Record.Uploaded.push(name)
dicomInfo.failedFileCount++
Record.FileCount++
} else {
Record.Failed.push(name)