e3152a84 by lihua

fix: 编辑打开页面表单显示问题

1 parent e00da705
...@@ -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();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!