From b123229592c4c1b0b074a25599caeb6b25f6532c Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 09 十月 2025 14:44:37 +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 ac997a8..fc0e305 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -119,7 +119,7 @@
async fetchTools(searchKey) {
const res = await this.$post({
url: '/MesCutterLedger/QueryTools',
- data: JSON.stringify(searchKey), // 娉ㄦ剰瑕佹墜鍔ㄥ簭鍒楀寲
+ data: JSON.stringify({ searchKey }), // 鍏抽敭鐐�
headers: { 'Content-Type': 'application/json' }
});
if (res.status === 0) {
--
Gitblit v1.9.3