Skip to content

Commit c47b3ee

Browse files
author
pixel
committed
修复预览代码和生成代码均成为预览的问题
1 parent 162b8df commit c47b3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/view/systemTools/autoCode/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<!-- 组件列表 -->
119119
<div class="button-box clearflex">
120120
<el-button @click="enterForm(true)" type="primary">预览代码</el-button>
121-
<el-button @click="enterForm" type="primary">生成代码</el-button>
121+
<el-button @click="enterForm(false)" type="primary">生成代码</el-button>
122122
</div>
123123
<!-- 组件弹窗 -->
124124
<el-dialog title="组件内容" :visible.sync="dialogFlag">

0 commit comments

Comments
 (0)