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