Commit eff7e77b3885c518853883000fd9d20e3fb9634c
1 parent
23075f92
fix: DEFECT-706 copy data board component not copy component info && remark
Showing
2 changed files
with
2 additions
and
1 deletions
@@ -75,7 +75,6 @@ | @@ -75,7 +75,6 @@ | ||
75 | return; | 75 | return; |
76 | } | 76 | } |
77 | const layout = calcLayoutInfo(unref(props.layout)); | 77 | const layout = calcLayoutInfo(unref(props.layout)); |
78 | - console.log({ ...layout }); | ||
79 | changeOkLoading(true); | 78 | changeOkLoading(true); |
80 | await addDataComponent({ | 79 | await addDataComponent({ |
81 | boardId: unref(boardId), | 80 | boardId: unref(boardId), |
@@ -322,6 +322,8 @@ | @@ -322,6 +322,8 @@ | ||
322 | record: { | 322 | record: { |
323 | dataBoardId: unref(getBoardId), | 323 | dataBoardId: unref(getBoardId), |
324 | frontId: record?.record.frontId, | 324 | frontId: record?.record.frontId, |
325 | + name: record?.record.name, | ||
326 | + remark: record?.record.remark, | ||
325 | dataSource: record?.record.dataSource, | 327 | dataSource: record?.record.dataSource, |
326 | }, | 328 | }, |
327 | }); | 329 | }); |