From a6fd20248270daab943d373c0849ae9b90a69ec8 Mon Sep 17 00:00:00 2001 From: kongdeqiang <123456> Date: 星期二, 22 十月 2024 22:20:50 +0800 Subject: [PATCH] feat: 修改页面和菜单 --- 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 b32f60a..f392c6c 100644 --- a/src/components/page/street/index.vue +++ b/src/components/page/street/index.vue @@ -151,8 +151,8 @@ this.loadSelect(); }, loadSelect(){ - this.$byutil.getData(this, this.$systemconfig.basePath + '/ffzf/street/findList', {}, res => { - this.select3 = res.data.list2 + this.$byutil.getData(this, this.$systemconfig.basePath + '/ffzf/street/findList2', {}, res => { + this.select3 = res.data }) }, streetEdit(id){ -- Gitblit v1.9.1