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