Skip to content

Commit 5c4b141

Browse files
committed
fix/model-driven
1 parent 9daa93e commit 5c4b141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/builtinComponent/src/components/BasePage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ const updateApi = (data = addFormData.value) => {
332332
.post(apiInfo.url, {
333333
nameEn: pageModel.value.nameEn,
334334
data: requestData,
335-
params: { id }
335+
params: { id: data.id }
336336
})
337337
.then((res) => {
338338
Notify({

0 commit comments

Comments
 (0)