档案采集

master
wanglei 2 years ago
parent d8036665c3
commit 6f5bbe6cb4

@ -404,7 +404,7 @@ export default {
}, },
/** 查询档案目录下拉树结构 */ /** 查询档案目录下拉树结构 */
getDeptTree() { getDeptTree() {
listCatalog({status: '0'}).then(response => { listCatalog().then(response => {
// this.dangAnOptions = response.data; // this.dangAnOptions = response.data;
this.dangAnOptions = this.handleTree(response.data, "id","pid"); this.dangAnOptions = this.handleTree(response.data, "id","pid");
if(this.$route.query.id){ if(this.$route.query.id){

Loading…
Cancel
Save