增加任务不跳转处理
This commit is contained in:
parent
dd355e1d34
commit
04b435906f
|
|
@ -181,7 +181,7 @@ export default {
|
|||
return this.$message.error("请输入达标次数");
|
||||
}
|
||||
if(!this.isJump){
|
||||
this.form.jumpType = ''
|
||||
this.form.jumpType = 0
|
||||
this.form.buttonUrl = ''
|
||||
}
|
||||
this.submit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue