复核任务自动跳转下一个任务功能开启
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-08-01 11:31:52 +08:00
parent a803ee2c00
commit a3e3db3d5b
1 changed files with 1 additions and 1 deletions

View File

@ -2020,7 +2020,7 @@ export default {
this.isAudit = true
if (this.signCode === 219) {
this.$emit('getList')
return this.getQCInfo()
this.getQCInfo()
}
if (!this.$store.state.trials.config.IsIQCAutoNextTask) return this.$emit('getList')
this.$forceUpdate()