Skip to content

Commit

Permalink
fix: 修复子表单初始化默认值不回填bug @0.9.2-7
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Mar 25, 2021
1 parent 5ee737f commit b89df0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-pro-crud",
"version": "0.9.2-6",
"version": "0.9.2-7",
"author": "BoBo<[email protected]>",
"main": "lib/ProCrud.umd.min.js",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions src/component/form-designer/src/GenerateForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ export default class GenerateForm extends Vue {
});
} else if (genList[i].type === 'td') {
this.generateModel(genList[i].list);
} else if (genList[i].type === 'form') {
this.generateModel(genList[i].tableColumns);
} else {
// 获取当前组件
const row = genList[i];
Expand Down

0 comments on commit b89df0b

Please sign in to comment.