From 23cade0714cf5728fe46583415ed0dd744f98695 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期四, 08 六月 2023 16:52:35 +0800
Subject: [PATCH] 修改前端页面

---
 src/components/page/street/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/page/street/index.vue b/src/components/page/street/index.vue
index 2ebc0d9..b32f60a 100644
--- a/src/components/page/street/index.vue
+++ b/src/components/page/street/index.vue
@@ -151,14 +151,14 @@
                 this.loadSelect();
             },
             loadSelect(){
-                this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/street/findList', {}, res => {
+                this.$byutil.getData(this, this.$systemconfig.basePath + '/ffzf/street/findList', {}, res => {
                     this.select3 = res.data.list2
                 })
             },
             streetEdit(id){
                 this.flag2 = true;
                 this.roadId = id;
-                this.$byutil.postData(this, this.$systemconfig.basePath + '/ffzf/street/findById', {id:id,type:0}, res => {
+                this.$byutil.getData(this, this.$systemconfig.basePath + '/ffzf/street/findById', {id:id,type:0}, res => {
                     this.table2 = res.data;
                 })
             },

--
Gitblit v1.9.1