下载列表添加标准id
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d91a24c154
commit
d4c5c517fb
|
@ -257,7 +257,6 @@ export default {
|
|||
},
|
||||
watch: {
|
||||
isLoad() {
|
||||
console.log(this.isLoad);
|
||||
if (!this.isLoad) {
|
||||
this.$refs.file.value = null;
|
||||
if (this.dicomList.some((item) => item.isUpload === 3)) {
|
||||
|
|
|
@ -179,6 +179,7 @@ export default {
|
|||
try {
|
||||
let params = {
|
||||
SubjectId: this.SubjectId,
|
||||
TrialReadingCriterionId: this.Criterion.TrialReadingCriterionId,
|
||||
};
|
||||
this.loading = true;
|
||||
let res = await getSubjectImageUploadList(params);
|
||||
|
|
Loading…
Reference in New Issue