dddb0af1 by lihua

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

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