1、左侧菜单树和按钮样式调整
2、上传文件夹逻辑调整 3、文档工具详情新增预览 4、所有的预览功能新增遮罩处理
This commit is contained in:
@@ -196,8 +196,12 @@ export default {
|
||||
};
|
||||
},
|
||||
created() {
|
||||
if(this.$route.query.states){
|
||||
this.queryParams.states = this.$route.query.states
|
||||
}
|
||||
this.getList();
|
||||
this.getDeptTree();
|
||||
|
||||
},
|
||||
methods: {
|
||||
/** 查询部门下拉树结构 */
|
||||
|
||||
Reference in New Issue
Block a user