From 7558228404806c5eb5ad2ed5da27d47cae8a1c36 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 11 十月 2025 16:09:37 +0800
Subject: [PATCH] BUG修改

---
 components/mold.vue |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/components/mold.vue b/components/mold.vue
index 8bf22fd..5ed5358 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -263,10 +263,8 @@
 			setUseLimit() {
 				// 淇濆瓨浣跨敤涓婇檺閫昏緫锛屽疄闄呭簲璋冪敤鍚庣鎺ュ彛
 				this.$showMessage('浣跨敤涓婇檺宸蹭繚瀛橈紙绀轰緥锛�');
-			}
-		},
-        methods: {
-            async fetchFormData() {
+			},
+			async fetchFormData() {
                 const res = await this.$post({
                     url: '/MesCutterLedger/GetFormData',
                     data: JSON.stringify({
@@ -280,7 +278,8 @@
                 } else {
                     this.$showMessage(res.message || '鑾峰彇琛ㄥ崟鏁版嵁澶辫触');
                 }
-            },
+            }
+		},
 		mounted() {
 			// 椤甸潰鍔犺浇鏃舵媺鍙栧叏閮ㄥ垁鍏�
 			this.fetchTools('');            

--
Gitblit v1.9.3