From 08299eabdacb50b9706477bc6099255ca63383d4 Mon Sep 17 00:00:00 2001 From: "huojin\\hj" <982011> Date: Wed, 23 Jul 2025 12:02:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=B7=A8=E5=9F=9F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms-vue/src/components/dialog/KucunhuizongCallDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wms-vue/src/components/dialog/KucunhuizongCallDialog.vue b/wms-vue/src/components/dialog/KucunhuizongCallDialog.vue index 3309221..7f7d12b 100644 --- a/wms-vue/src/components/dialog/KucunhuizongCallDialog.vue +++ b/wms-vue/src/components/dialog/KucunhuizongCallDialog.vue @@ -67,7 +67,7 @@ export default { console.log('发送的参数:', payload); // 调试用 - this.$axios.post('http://localhost:8080/zwwms/services/rest/rpcService/deductInventory', payload) + this.$axios.post('/zwwms/services/rest/rpcService/deductInventory', payload) .then(response => { this.$message.success('呼叫成功'); this.dialogVisible = false;