feat:解决组员名单列表的选择问题

This commit is contained in:
岳佳鑫
2022-10-20 08:49:22 +08:00
parent 648f6b208f
commit 95d30cc284
2 changed files with 5 additions and 8 deletions

View File

@@ -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,

View File

@@ -220,7 +220,7 @@ export default {
// },
},
{
title: "路径图名称",
title: "名称",
dataIndex: "manager",
key: "manager",
width: 100,