复核任务自动跳转下一个任务功能开启
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a803ee2c00
commit
a3e3db3d5b
|
@ -2020,7 +2020,7 @@ export default {
|
||||||
this.isAudit = true
|
this.isAudit = true
|
||||||
if (this.signCode === 219) {
|
if (this.signCode === 219) {
|
||||||
this.$emit('getList')
|
this.$emit('getList')
|
||||||
return this.getQCInfo()
|
this.getQCInfo()
|
||||||
}
|
}
|
||||||
if (!this.$store.state.trials.config.IsIQCAutoNextTask) return this.$emit('getList')
|
if (!this.$store.state.trials.config.IsIQCAutoNextTask) return this.$emit('getList')
|
||||||
this.$forceUpdate()
|
this.$forceUpdate()
|
||||||
|
|
Loading…
Reference in New Issue