快乐的昕的电脑
2025-10-09 b123229592c4c1b0b074a25599caeb6b25f6532c
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) {