下载列表添加标准id
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-06-12 11:04:13 +08:00
parent d91a24c154
commit d4c5c517fb
2 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,6 @@ export default {
}, },
watch: { watch: {
isLoad() { isLoad() {
console.log(this.isLoad);
if (!this.isLoad) { if (!this.isLoad) {
this.$refs.file.value = null; this.$refs.file.value = null;
if (this.dicomList.some((item) => item.isUpload === 3)) { if (this.dicomList.some((item) => item.isUpload === 3)) {

View File

@ -179,6 +179,7 @@ export default {
try { try {
let params = { let params = {
SubjectId: this.SubjectId, SubjectId: this.SubjectId,
TrialReadingCriterionId: this.Criterion.TrialReadingCriterionId,
}; };
this.loading = true; this.loading = true;
let res = await getSubjectImageUploadList(params); let res = await getSubjectImageUploadList(params);