|
|
@@ -294,7 +294,7 @@ export default {
|
|
|
},
|
|
|
created () {
|
|
|
this.pageKey = this.$route.name
|
|
|
- this.categoryKey = this.pageKey === 'nbwj' ? 'FILE_TYPE' : 'FLOW_TYPE'
|
|
|
+ this.categoryKey = this.pageKey === 'skwjcy' ? 'FILE_TYPE' : 'FLOW_TYPE'
|
|
|
this.userId = this.$store.getters.userInfo.employee.id
|
|
|
const roleList = this.$store.getters.userInfo.role
|
|
|
// 系统管理角色添加删除按钮
|