|
@@ -564,7 +564,6 @@ export default {
|
|
// 选中数组(包含所有数据)
|
|
// 选中数组(包含所有数据)
|
|
selection: [],
|
|
selection: [],
|
|
Keys: [],
|
|
Keys: [],
|
|
- menuIds: [],
|
|
|
|
// 非单个禁用
|
|
// 非单个禁用
|
|
single: true,
|
|
single: true,
|
|
// 非多个禁用
|
|
// 非多个禁用
|
|
@@ -1323,6 +1322,7 @@ export default {
|
|
tableKey: item.tableKey,
|
|
tableKey: item.tableKey,
|
|
sort: index,
|
|
sort: index,
|
|
tablename: item.dtTableName,
|
|
tablename: item.dtTableName,
|
|
|
|
+ menuId: item.menuId
|
|
})
|
|
})
|
|
})
|
|
})
|
|
data.groupName = this.groupForm.groupName
|
|
data.groupName = this.groupForm.groupName
|