From afe99e8854323dea4187d89266214627e0951569 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 27 Aug 2021 23:53:48 +0800
Subject: [PATCH] 辖区修改

---
 src/views/dispatch/dispatch.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/dispatch/dispatch.vue b/src/views/dispatch/dispatch.vue
index b0c21f3..d26d532 100644
--- a/src/views/dispatch/dispatch.vue
+++ b/src/views/dispatch/dispatch.vue
@@ -296,7 +296,7 @@
             overHidden: true,
             labelWidth: 118,
             type: "tree",
-            dicUrl: "/api/jurisdiction/lazy-tree?parentId=1123598813738675201",
+            dicUrl: "/api/jurisdiction/lazy-tree",
             props: {
               label: "title",
               value: "id",
@@ -322,7 +322,7 @@
             overHidden: true,
             labelWidth: 118,
             type: "tree",
-            dicUrl: "/api/jurisdiction/lazy-tree?parentId=1123598813738675201",
+            dicUrl: "/api/jurisdiction/lazy-tree",
             props: {
               label: "title",
               value: "id",

--
Gitblit v1.9.3