From ee5cfeec935cfb7405609631f6f704373b9c9c27 Mon Sep 17 00:00:00 2001 From: wanglei Date: Fri, 9 Aug 2024 15:51:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E7=9B=AE=E5=BD=95=E4=B9=A1?= =?UTF-8?q?=E9=95=87=E5=88=97=E8=A1=A8=E6=9D=83=E9=99=90=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/catalog/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dangan-ui/src/views/dangan/catalog/index.vue b/dangan-ui/src/views/dangan/catalog/index.vue index e22f91c..ec9a427 100644 --- a/dangan-ui/src/views/dangan/catalog/index.vue +++ b/dangan-ui/src/views/dangan/catalog/index.vue @@ -288,7 +288,7 @@ export default { }, created() { this.getList(); - this.getParentOption(); + // this.getParentOption(); }, methods: { /** 查询目录列表 */ @@ -429,7 +429,7 @@ export default { this.form.muName = this.dict.type.yw_type.find(option => option.value === val).label; }, /** 查询乡镇列表 */ - getParentOption() { + /*getParentOption() { listAreaSort({ pageNum: 1, pageSize: 1000000000, @@ -437,7 +437,7 @@ export default { }).then(response => { this.xzcsq.parentOption = response.rows; }); - }, + },*/ // 选择乡镇 村/社区 selectXZCSQ(areaType){ this.xzcsq.list = [];