From 46f46a3ea84dac4cd0e6ff8b038e2d7b9e97380e Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 28 十一月 2022 16:13:13 +0800
Subject: [PATCH] 店铺管理优化
---
src/components/dispatch/index.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/components/dispatch/index.vue b/src/components/dispatch/index.vue
index 978fe10..2089ae8 100644
--- a/src/components/dispatch/index.vue
+++ b/src/components/dispatch/index.vue
@@ -310,10 +310,9 @@
getSoilCarList() {
this.$axios({
method: "get",
- url: `sccg/car_Manage/query_slag?current=1&size=1000`,
+ url: `sccg/car_Manage/query_enforce?current=1&size=1000`,
}).then((res) => {
this.carOptions = res.data.records;
- console.log(res);
});
},
// 鑾峰彇椤剁骇閮ㄩ棬
@@ -347,7 +346,6 @@
url: `sccg/admin/getDepartUser/${id}`,
})
.then((res) => {
- console.log(res);
if (res.code === 200) {
this.personOptions = res.data;
} else {
--
Gitblit v1.8.0