Skip to content

Commit 33b07b1

Browse files
committed
feat/model-driven
1 parent 5efe6cc commit 33b07b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ export default {
102102
pageSize: 10,
103103
nameEn: 'staff',
104104
nameCn: '员工',
105-
params: {}
105+
params: {
106+
name: null
107+
}
106108
})
107109
.then((res) => {
108110
console.log(res)

0 commit comments

Comments
 (0)