|
@ -1023,7 +1023,7 @@ export default { |
|
|
handleUpdate(row) { |
|
|
handleUpdate(row) { |
|
|
this.reset(); |
|
|
this.reset(); |
|
|
// 获取当前部门前端首页菜单列表 |
|
|
// 获取当前部门前端首页菜单列表 |
|
|
const pcMenu = this.getDeptList(row.id); |
|
|
// const pcMenu = this.getDeptList(row.id); |
|
|
getDept(row.id).then((response) => { |
|
|
getDept(row.id).then((response) => { |
|
|
this.form = response.data; |
|
|
this.form = response.data; |
|
|
var pcLogo = response.data.pcLogo; |
|
|
var pcLogo = response.data.pcLogo; |
|
|