| components/mold.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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) {