Skip to content

Commit

Permalink
修复预览代码和生成代码均成为预览的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
pixel committed Feb 14, 2021
1 parent ef4186e commit 4017143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/view/systemTools/autoCode/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<!-- 组件列表 -->
<div class="button-box clearflex">
<el-button @click="enterForm(true)" type="primary">预览代码</el-button>
<el-button @click="enterForm" type="primary">生成代码</el-button>
<el-button @click="enterForm(false)" type="primary">生成代码</el-button>
</div>
<!-- 组件弹窗 -->
<el-dialog title="组件内容" :visible.sync="dialogFlag">
Expand Down

0 comments on commit 4017143

Please sign in to comment.