mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-25 02:32:54 +08:00
更新
This commit is contained in:
@@ -119,8 +119,10 @@ export default {
|
||||
selectedRowKeys: [], // 选中的列
|
||||
});
|
||||
// table选中
|
||||
const onSelectChange = (selectedRowKeys) => {
|
||||
state.selectedRowKeys = selectedRowKeys;
|
||||
const onSelectChange = (selectedRowKeys,record) => {
|
||||
state.selectedRowKeys = record?.map((item)=>{
|
||||
return item.basicBoeUserId
|
||||
});
|
||||
};
|
||||
//请求组织接口
|
||||
const getOrgList = async () => {
|
||||
|
||||
Reference in New Issue
Block a user