From 7f0d11f40765f77b640b9387584ad4f2e073befe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9A=B4=E7=82=B3=E6=9E=97?= <15237758276@163.com>
Date: Thu, 10 Apr 2025 10:08:16 +0800
Subject: [PATCH] no message
---
.../src/components/duochaxun/Kucunhuizong.vue | 8 +++----
.../src/components/duochaxun/Kucunrizhi.vue | 21 ++++++++++---------
.../src/components/duochaxun/Rukuzhengli.vue | 16 +++++++-------
wms-vue/src/components/duochaxun/Xuliehao.vue | 16 +++++++-------
.../components/duochaxun/Zhengliqingdan.vue | 16 +++++++-------
.../wms/controller/EnumerateController.java | 14 ++++++++-----
.../controller/ZhengliqingdanController.java | 2 +-
7 files changed, 49 insertions(+), 44 deletions(-)
diff --git a/wms-vue/src/components/duochaxun/Kucunhuizong.vue b/wms-vue/src/components/duochaxun/Kucunhuizong.vue
index e123f4c..133696f 100644
--- a/wms-vue/src/components/duochaxun/Kucunhuizong.vue
+++ b/wms-vue/src/components/duochaxun/Kucunhuizong.vue
@@ -26,9 +26,9 @@
@@ -757,7 +757,7 @@ export default {
},
LOC(){
//LOC下拉列表数据加载
- this.$axios.post(this.$httpUrl + '/Rukuzhengli/LOC', {
+ this.$axios.post(this.$httpUrl + '/Enumerate/queryLoc', {
}).then(res => res.data)
.then(res => {
diff --git a/wms-vue/src/components/duochaxun/Kucunrizhi.vue b/wms-vue/src/components/duochaxun/Kucunrizhi.vue
index 25433b6..ad4d08f 100644
--- a/wms-vue/src/components/duochaxun/Kucunrizhi.vue
+++ b/wms-vue/src/components/duochaxun/Kucunrizhi.vue
@@ -48,9 +48,9 @@
@@ -69,8 +69,8 @@
@@ -371,6 +371,7 @@