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