fix(): 修复取消按钮点击控制

master
xinzirun 2024-08-13 14:14:46 +08:00
parent 3690773857
commit a10657aa75
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@
</el-form-item>
</el-form>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false"> </el-button>
<el-button @click="open = false"> </el-button>
<el-button type="primary" @click="submitForm"> </el-button>
</span>
</el-dialog>