下载改为全局loading
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
bfb1c03c63
commit
1538690604
|
@ -5,6 +5,7 @@
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
:before-close="beforeClose"
|
:before-close="beforeClose"
|
||||||
:append-to-body="true"
|
:append-to-body="true"
|
||||||
|
v-loading="btnLoading"
|
||||||
class="downloadDicomAndNonedicom"
|
class="downloadDicomAndNonedicom"
|
||||||
>
|
>
|
||||||
<span slot="title">{{ title }}</span>
|
<span slot="title">{{ title }}</span>
|
||||||
|
@ -14,7 +15,6 @@
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
size="mini"
|
size="mini"
|
||||||
:loading="btnLoading"
|
|
||||||
v-if="hasDicom"
|
v-if="hasDicom"
|
||||||
@click.stop="getIRReadingDownloadStudyInfo('dicom')"
|
@click.stop="getIRReadingDownloadStudyInfo('dicom')"
|
||||||
>
|
>
|
||||||
|
@ -23,7 +23,6 @@
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
size="mini"
|
size="mini"
|
||||||
:loading="btnLoading"
|
|
||||||
v-if="hasNonedicom"
|
v-if="hasNonedicom"
|
||||||
@click.stop="getIRReadingDownloadStudyInfo('noneDicom')"
|
@click.stop="getIRReadingDownloadStudyInfo('noneDicom')"
|
||||||
>
|
>
|
||||||
|
@ -32,7 +31,6 @@
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
size="mini"
|
size="mini"
|
||||||
:loading="btnLoading"
|
|
||||||
@click.stop="getIRReadingDownloadStudyInfo('all')"
|
@click.stop="getIRReadingDownloadStudyInfo('all')"
|
||||||
>
|
>
|
||||||
{{ $t('download:button:downloadAll') }}
|
{{ $t('download:button:downloadAll') }}
|
||||||
|
@ -126,7 +124,6 @@
|
||||||
<!--下载--->
|
<!--下载--->
|
||||||
<el-button
|
<el-button
|
||||||
circle
|
circle
|
||||||
:loading="btnLoading"
|
|
||||||
icon="el-icon-download"
|
icon="el-icon-download"
|
||||||
:title="$t('download:button:download')"
|
:title="$t('download:button:download')"
|
||||||
@click.stop="getIRReadingDownloadStudyInfo('one', scope.row)"
|
@click.stop="getIRReadingDownloadStudyInfo('one', scope.row)"
|
||||||
|
|
|
@ -1679,7 +1679,9 @@ export default {
|
||||||
dicomInfo.failedFileCount++
|
dicomInfo.failedFileCount++
|
||||||
Record.FileCount++
|
Record.FileCount++
|
||||||
} else {
|
} else {
|
||||||
let path = `/${params.trialId}/Image/${params.subjectId}/${params.subjectVisitId}/${
|
let path = `/${params.trialId}/Image/${
|
||||||
|
params.subjectId
|
||||||
|
}/${params.subjectVisitId}/${
|
||||||
dicomInfo.studyUid
|
dicomInfo.studyUid
|
||||||
}/${scope.getGuid(
|
}/${scope.getGuid(
|
||||||
dicomInfo.studyUid +
|
dicomInfo.studyUid +
|
||||||
|
|
Loading…
Reference in New Issue