fix:修改项目列表多层项目信息展示问题。

This commit is contained in:
wuyx
2022-11-02 17:27:31 +08:00
parent c3f8b19a3a
commit 1a7d8a71f0

View File

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