9112e607 by lihua

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

1 parent 87ff23da
...@@ -1715,6 +1715,8 @@ onBeforeMount(() => { ...@@ -1715,6 +1715,8 @@ onBeforeMount(() => {
1715 ElMessage.error(res.msg); 1715 ElMessage.error(res.msg);
1716 } 1716 }
1717 }); 1717 });
1718 } else {
1719 setDataSelectFormItems(Object.assign(detailInfo.value, { file: detailInfo.value.filePath ? [detailInfo.value.filePath] : [] }), true);
1718 } 1720 }
1719 } else if (dataSource == 3) { 1721 } else if (dataSource == 3) {
1720 processFolderRefresh(); 1722 processFolderRefresh();
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!