From 29556dd37bf3079185009660b228b1a112e7db76 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 20 Jun 2025 11:26:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/SecondPhase/slitting/Cutaxis.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/SecondPhase/slitting/Cutaxis.vue b/pages/SecondPhase/slitting/Cutaxis.vue index 112195a..2a24519 100644 --- a/pages/SecondPhase/slitting/Cutaxis.vue +++ b/pages/SecondPhase/slitting/Cutaxis.vue @@ -124,6 +124,9 @@ this.index1 = e.detail.value }, handleAdd () { + if (this.dataList.length >= 2) { + return + } this.dataList.push({site: this.index1}) }, handleDelete (index) {