dddb0af1 by lihua

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

1 parent 546b8e45
......@@ -1701,6 +1701,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!