Merge branch 'dev' of 47.94.45.65:angelo/web-retail-admin into test

This commit is contained in:
woody 2025-07-10 09:58:31 +08:00
commit 7c0757fee3
1 changed files with 2 additions and 0 deletions

View File

@ -222,6 +222,7 @@
> >
{{ '导出' }}</el-button> {{ '导出' }}</el-button>
<el-button <el-button
v-has-buttons="['CashDetailsReject']"
style="padding: 8px" style="padding: 8px"
size="small" size="small"
class="thebtn2" class="thebtn2"
@ -821,6 +822,7 @@ export default {
type: 'success' type: 'success'
}) })
this.rejectDialogVisible = false this.rejectDialogVisible = false
this.rejectForm.rejectRemark = ''
this.getDataList() this.getDataList()
} }
}) })