rev:任务管理查询按照人员区域权限查询

This commit is contained in:
2023-07-18 17:06:10 +08:00
parent 342c1502f7
commit 373dd5a411
3 changed files with 59 additions and 44 deletions

View File

@@ -115,7 +115,7 @@ export default {
level: 3,
currentId: 0, menuLoading: false, showButton: false,
menus: [], menuIds: [], depts: [], deptDatas: [], // 多选时使用
tableData: [{ 'product_area': 'A1' }, { 'product_area': 'A2' }, { 'product_area': 'A3' }, { 'product_area': 'A4' }],
tableData: [{ 'product_area': 'A1' }, { 'product_area': 'A2' }, { 'product_area': 'A3' }, { 'product_area': 'A4' }, { 'product_area': 'LK' }],
currentRow: null,
permission: {
add: ['admin', 'roles:add'],