@@ -1959,7 +1959,7 @@ export default {
|
||||
this.$emit('getList')
|
||||
return this.getQCInfo()
|
||||
}
|
||||
if (!this.$store.state.trials.config.IsIQCAutoNextTask) return false
|
||||
if (!this.$store.state.trials.config.IsIQCAutoNextTask) return this.$emit('getList')
|
||||
this.$forceUpdate()
|
||||
getNextIQCQuality({
|
||||
trialId: this.trialId,
|
||||
|
||||
Reference in New Issue
Block a user