fix: 编辑打开页面表单显示问题
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -1715,6 +1715,8 @@ onBeforeMount(() => { | ... | @@ -1715,6 +1715,8 @@ onBeforeMount(() => { |
| 1715 | ElMessage.error(res.msg); | 1715 | ElMessage.error(res.msg); |
| 1716 | } | 1716 | } |
| 1717 | }); | 1717 | }); |
| 1718 | } else { | ||
| 1719 | setDataSelectFormItems(Object.assign(detailInfo.value, { file: detailInfo.value.filePath ? [detailInfo.value.filePath] : [] }), true); | ||
| 1718 | } | 1720 | } |
| 1719 | } else if (dataSource == 3) { | 1721 | } else if (dataSource == 3) { |
| 1720 | processFolderRefresh(); | 1722 | processFolderRefresh(); | ... | ... |
-
Please register or sign in to post a comment