e77cce91 by lihua

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

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