修复任务跳转任务问题
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user