From f9e084db8d07c417637072ffe2560dfac444956e Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 23 十月 2025 15:15:12 +0800
Subject: [PATCH] 调试
---
components/mold.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/components/mold.vue b/components/mold.vue
index 142d210..42466e8 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -254,7 +254,7 @@
if (!this.selectedToolNo) { this.$showMessage('鍒�鍏风紪鍙蜂笉鑳戒负绌�'); return; }
//涓婂垁涓嶅己鍒跺綍鍏ヤ娇鐢ㄤ笂闄�
//if (!this.useLimitInput) { this.$showMessage('浣跨敤涓婇檺涓嶈兘涓虹┖'); return; }
- //const useLimit = Number(this.useLimitInput);
+ const useLimit = Number(this.useLimitInput);
//if (isNaN(useLimit) || useLimit <= 0) { this.$showMessage('璇疯緭鍏ユ湁鏁堢殑浣跨敤涓婇檺'); return; }
// sdjs 浣跨敤宸ュ崟 currentCjNum
--
Gitblit v1.9.3