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