From dd355e1d34aa15255902af38041ed4742b6d05ca Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 12 Dec 2024 14:33:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E4=BB=BB=E5=8A=A1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/renwu/components/pop-add-renwu.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/renwu/components/pop-add-renwu.vue b/src/views/renwu/components/pop-add-renwu.vue index 47c3218..a96ab49 100644 --- a/src/views/renwu/components/pop-add-renwu.vue +++ b/src/views/renwu/components/pop-add-renwu.vue @@ -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() {