修复任务跳转任务问题

This commit is contained in:
YeMingfei666 2024-12-12 14:33:18 +08:00
parent a2039fe1e4
commit dd355e1d34
1 changed files with 4 additions and 0 deletions

View File

@ -180,6 +180,10 @@ export default {
if (this.form.type == 2 && this.form.number <= 0) {
return this.$message.error("请输入达标次数");
}
if(!this.isJump){
this.form.jumpType = ''
this.form.buttonUrl = ''
}
this.submit();
},
async submit() {