增加任务不跳转处理

This commit is contained in:
2024-12-12 14:37:51 +08:00
parent dd355e1d34
commit 04b435906f

View File

@@ -181,7 +181,7 @@ export default {
return this.$message.error("请输入达标次数"); return this.$message.error("请输入达标次数");
} }
if(!this.isJump){ if(!this.isJump){
this.form.jumpType = '' this.form.jumpType = 0
this.form.buttonUrl = '' this.form.buttonUrl = ''
} }
this.submit(); this.submit();