Skip to content

Commit

Permalink
perf(props): 修改属性名
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Sep 18, 2020
1 parent 1442013 commit 460d05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FormDesigner/GenerateFormItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,12 @@
</el-cascader>
</template>
<template v-if="widget.type == 'table'">
<CrudTable :closeOnClickModal="false"
<CrudTable :dialogCloseOnClickModal="false"
ref="table"
:tableName="widget.options.tableName"
:tableDesignerName="widget.options.tableDesignerName"
:dialogFormDesignerName="widget.options.dialogFormDesignerName"
appendToBody
dialogAppendToBody
:visibleList="visibleList"
:showPagination="widget.options.showPagination"
:tableParams="getTableParams"
Expand Down

0 comments on commit 460d05d

Please sign in to comment.