修复任务跳转任务问题
This commit is contained in:
parent
a2039fe1e4
commit
dd355e1d34
|
|
@ -180,6 +180,10 @@ export default {
|
||||||
if (this.form.type == 2 && this.form.number <= 0) {
|
if (this.form.type == 2 && this.form.number <= 0) {
|
||||||
return this.$message.error("请输入达标次数");
|
return this.$message.error("请输入达标次数");
|
||||||
}
|
}
|
||||||
|
if(!this.isJump){
|
||||||
|
this.form.jumpType = ''
|
||||||
|
this.form.buttonUrl = ''
|
||||||
|
}
|
||||||
this.submit();
|
this.submit();
|
||||||
},
|
},
|
||||||
async submit() {
|
async submit() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue