Skip to content

Instantly share code, notes, and snippets.

@dearmark
Created November 19, 2021 03:20
Show Gist options
  • Save dearmark/c8c986e1592ce4a568a379c9cd6259be to your computer and use it in GitHub Desktop.
Save dearmark/c8c986e1592ce4a568a379c9cd6259be to your computer and use it in GitHub Desktop.
[vben 表单数据填充] vben代码记录 #vue #vben
onMounted(async () => {
// const data = await accountInfoApi();
if (taskId.value !== undefined) {
const data = await getTask(taskId.value);
// task.then((result) => {
// bodyList = result.body;
// });
setFieldsValue(data);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment