档案目录乡镇列表权限修改

master
wanglei 1 year ago
parent e6b155aec1
commit ee5cfeec93

@ -288,7 +288,7 @@ export default {
}, },
created() { created() {
this.getList(); this.getList();
this.getParentOption(); // this.getParentOption();
}, },
methods: { methods: {
/** 查询目录列表 */ /** 查询目录列表 */
@ -429,7 +429,7 @@ export default {
this.form.muName = this.dict.type.yw_type.find(option => option.value === val).label; this.form.muName = this.dict.type.yw_type.find(option => option.value === val).label;
}, },
/** 查询乡镇列表 */ /** 查询乡镇列表 */
getParentOption() { /*getParentOption() {
listAreaSort({ listAreaSort({
pageNum: 1, pageNum: 1,
pageSize: 1000000000, pageSize: 1000000000,
@ -437,7 +437,7 @@ export default {
}).then(response => { }).then(response => {
this.xzcsq.parentOption = response.rows; this.xzcsq.parentOption = response.rows;
}); });
}, },*/
// / // /
selectXZCSQ(areaType){ selectXZCSQ(areaType){
this.xzcsq.list = []; this.xzcsq.list = [];

Loading…
Cancel
Save