mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
feat:解决组员名单列表的选择问题
This commit is contained in:
@@ -144,11 +144,11 @@ export default {
|
||||
name: null,
|
||||
showmodal: false,
|
||||
closable: false, //modal右上角的关闭按钮
|
||||
checked: false,
|
||||
|
||||
pageSize: 10,
|
||||
currentPage: 1,
|
||||
tableDataTotal: 100,
|
||||
selectedRowKeys: [],
|
||||
|
||||
tabledata: [
|
||||
{
|
||||
key: 1,
|
||||
@@ -278,15 +278,12 @@ export default {
|
||||
const showStuAdd = () => {
|
||||
state.Stuvisible = true;
|
||||
};
|
||||
const onSelectChange = (selectedRowKeys) => {
|
||||
console.log("selectedRowKeys changed: ", selectedRowKeys);
|
||||
|
||||
};
|
||||
|
||||
|
||||
return {
|
||||
...toRefs(state),
|
||||
closeDrawer,
|
||||
onSelectChange,
|
||||
|
||||
showModal,
|
||||
closeModal,
|
||||
showStuAdd,
|
||||
|
||||
@@ -220,7 +220,7 @@ export default {
|
||||
// },
|
||||
},
|
||||
{
|
||||
title: "路径图名称",
|
||||
title: "名称",
|
||||
dataIndex: "manager",
|
||||
key: "manager",
|
||||
width: 100,
|
||||
|
||||
Reference in New Issue
Block a user