Commit aa88ea0d authored by 黎博's avatar 黎博

修复取消按钮不能用

parent ecd29344
......@@ -60,7 +60,7 @@
</el-form-item>
</el-form>
<span slot="footer" class="dialog-footer">
<el-button @click="addDialogVisible = false">取 消</el-button>
<el-button @click="editDialogVisible = false">取 消</el-button>
<el-button type="primary" @click="editRobotProject">保 存</el-button>
</span>
</el-dialog>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment