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

master
wanglei 1 year ago
parent e6b155aec1
commit ee5cfeec93

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

Loading…
Cancel
Save