Skip to content

Commit 5efe6cc

Browse files
committed
feat/model-driven
1 parent 8b4036c commit 5efe6cc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/configurator/src/nested-property-configurator/NestedPropertyConfigurator.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ export default {
106106
})
107107
.then((res) => {
108108
console.log(res)
109-
tableData.value = res.list
110-
pagerState.total = res.total
111-
emit('update:tableData', tableData.value)
112109
return res
113110
})
114111
.catch((err) => {

0 commit comments

Comments
 (0)