|
@@ -663,7 +663,7 @@ export default {
|
|
// 目前只针对音频题有丢弃的可能
|
|
// 目前只针对音频题有丢弃的可能
|
|
if (
|
|
if (
|
|
q.transferFileType === "PIC" &&
|
|
q.transferFileType === "PIC" &&
|
|
- (q.order != this.$route.params.order || this.uploadModalVisible)
|
|
|
|
|
|
+ (q.order != this.$route.params.order || !this.uploadModalVisible)
|
|
) {
|
|
) {
|
|
acknowledgeStatus = "DISCARDED";
|
|
acknowledgeStatus = "DISCARDED";
|
|
}
|
|
}
|