修改取消的时候不关闭页面的问题

This commit is contained in:
yangjun 2024-06-17 09:44:56 +08:00
parent e79da85247
commit 0279f74e45
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@
<div slot="footer" class="dialog-footer">
<el-button @click="dialogFormVisible = false"> </el-button>
<el-button @click="dialogSaveVisible = false"> </el-button>
<el-button type="primary" @click="handelQueren()"> </el-button>
</div>
</el-dialog>