|
|
@ -491,7 +491,7 @@ |
|
|
buDesc: '', |
|
|
buDesc: '', |
|
|
functionType: 'A', |
|
|
functionType: 'A', |
|
|
status: '', |
|
|
status: '', |
|
|
startDate: '', |
|
|
|
|
|
|
|
|
startDate: new Date(), |
|
|
planDate: new Date(), |
|
|
planDate: new Date(), |
|
|
endDate: '', |
|
|
endDate: '', |
|
|
page: 1, |
|
|
page: 1, |
|
|
@ -1358,10 +1358,10 @@ |
|
|
this.getTableUserColumn(this.$route.meta.menuId+'table1',1) |
|
|
this.getTableUserColumn(this.$route.meta.menuId+'table1',1) |
|
|
this.getTableUserColumn(this.$route.meta.menuId+'table2',2) |
|
|
this.getTableUserColumn(this.$route.meta.menuId+'table2',2) |
|
|
this.getTableUserColumn(this.$route.meta.menuId+'table3',3) |
|
|
this.getTableUserColumn(this.$route.meta.menuId+'table3',3) |
|
|
// if (!this.authSearch) { |
|
|
|
|
|
// // 获取数据列表 |
|
|
|
|
|
// this.getDataList() |
|
|
|
|
|
// } |
|
|
|
|
|
|
|
|
if (!this.authSearch) { |
|
|
|
|
|
// 获取数据列表 |
|
|
|
|
|
this.getDataList() |
|
|
|
|
|
} |
|
|
// 获取用户角色 |
|
|
// 获取用户角色 |
|
|
this.getUserRoleList() |
|
|
this.getUserRoleList() |
|
|
}, |
|
|
}, |
|
|
|