|
|
@ -87,7 +87,7 @@ |
|
|
|
slots: { customRender: 'action' }, |
|
|
|
slots: { customRender: 'action' }, |
|
|
|
fixed: false |
|
|
|
fixed: false |
|
|
|
}, |
|
|
|
}, |
|
|
|
afterFetch: (result) => listToTree(result) |
|
|
|
afterFetch: (result) => listToTree(result, { id: 'deptId' }) |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
/** 新增按钮操作,行内新增与工具栏局域新增通用 */ |
|
|
|
/** 新增按钮操作,行内新增与工具栏局域新增通用 */ |
|
|
|