浏览代码

修复预览代码和生成代码均成为预览的问题

pixel 4 年之前
父节点
当前提交
4017143c9d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/src/view/systemTools/autoCode/index.vue

+ 1 - 1
web/src/view/systemTools/autoCode/index.vue

@@ -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">