|
|
|
@ -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){
|
|
|
|
|