From 8d8fb6c0344c1b5edb4e0d06e88263b4f0bc0e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Thu, 2 Jan 2025 17:32:32 +0800 Subject: [PATCH] no message --- pages/manage/split-cut.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/manage/split-cut.vue b/pages/manage/split-cut.vue index 834e128..52c0a40 100644 --- a/pages/manage/split-cut.vue +++ b/pages/manage/split-cut.vue @@ -55,7 +55,7 @@ - + @@ -109,7 +109,7 @@ }, async _slitterDown () { this.disabled = true - if (!this.index) { + if (!this.index || !this.val1 || !this.val2) { this.disabled = false return }