Created
November 19, 2021 03:20
-
-
Save dearmark/c8c986e1592ce4a568a379c9cd6259be to your computer and use it in GitHub Desktop.
[vben 表单数据填充] vben代码记录 #vue #vben
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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