From 99f97b11a334ce482db9aa91fca86dadbaffd716 Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期四, 17 十一月 2022 17:40:43 +0800
Subject: [PATCH] 我的代办修改

---
 src/components/dispatch/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/components/dispatch/index.vue b/src/components/dispatch/index.vue
index d44b36d..2089ae8 100644
--- a/src/components/dispatch/index.vue
+++ b/src/components/dispatch/index.vue
@@ -313,7 +313,6 @@
         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