下载列表添加标准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: {
|
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)) {
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue