避免多次点击

This commit is contained in:
“zouyf” 2024-12-02 17:25:10 +08:00
parent 90dff4d5c7
commit 330a9acddb
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<template #footer>
<div class="dialog-footer">
<el-button @click.stop="cloneDialog(ruleFormRef)">取消</el-button>
<el-button type="primary" @click.stop="onSubmit(ruleFormRef)"> 确定 </el-button>
<el-button :loading="setLoading" type="primary" @click.stop="onSubmit(ruleFormRef)"> 确定 </el-button>
</div>
</template>
</el-dialog>