增加任务不跳转处理

This commit is contained in:
YeMingfei666 2024-12-12 14:37:51 +08:00
parent dd355e1d34
commit 04b435906f
1 changed files with 1 additions and 1 deletions

View File

@ -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();