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 = [];