快乐的昕的电脑
2025-10-09 b123229592c4c1b0b074a25599caeb6b25f6532c
类型错误修改
已修改1个文件
2 ■■■ 文件已修改
components/mold.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) {