e77cce91 by lihua

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

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