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