mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修改bug
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<div class="publish">
|
||||
<el-button @click="saveBack" type="primary" size="large">取消</el-button>
|
||||
<el-button @click="saveBack(0)" type="primary" size="large">保存</el-button>
|
||||
<el-button @click="saveBack(2)" type="primary" size="large">保存并发布</el-button>
|
||||
<el-button @click="saveBack(1)" type="primary" size="large">保存并发布</el-button>
|
||||
</div>
|
||||
<el-dialog title="添加人员" :visible.sync="addUserShow" :close-on-click-modal="false" width="800px" custom-class="g-dialog">
|
||||
<el-row style="height: 400px;">
|
||||
|
||||
Reference in New Issue
Block a user