mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
fix:修改项目列表多层项目信息展示问题。
This commit is contained in:
@@ -1628,7 +1628,9 @@ export default {
|
||||
// let data = state.tableData;
|
||||
console.log("1266", data);
|
||||
data.map((value) => {
|
||||
console.log("map-value", value);
|
||||
value.children = value.subList;
|
||||
value.key = value.projectId;
|
||||
console.log("map-value", value.subList, value.children,);
|
||||
// if (value.subList.length !== 0) {
|
||||
// //多层项目
|
||||
// value.operation =
|
||||
|
||||
Reference in New Issue
Block a user