mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
fix:修改项目及路径图各权限table勾选bug
This commit is contained in:
@@ -754,11 +754,11 @@ export default {
|
||||
};
|
||||
const onSelectChange1 = (selectedRowKeys) => {
|
||||
console.log("selectedRowKeys changed: ", selectedRowKeys);
|
||||
state.selectedRowKeys = selectedRowKeys;
|
||||
state.selectedRowKeys1 = selectedRowKeys;
|
||||
};
|
||||
const onSelectChange2 = (selectedRowKeys) => {
|
||||
console.log("selectedRowKeys changed: ", selectedRowKeys);
|
||||
state.selectedRowKeys = selectedRowKeys;
|
||||
state.selectedRowKeys2 = selectedRowKeys;
|
||||
};
|
||||
|
||||
return {
|
||||
@@ -812,7 +812,7 @@ export default {
|
||||
display: flex;
|
||||
// height: 80%;
|
||||
margin-bottom: 72px;
|
||||
overflow-y: auto;
|
||||
overflow-y: auto;
|
||||
.left {
|
||||
width: 65%;
|
||||
// height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user