审核、查询完善

This commit is contained in:
Aaron
2021-07-01 20:04:04 +08:00
parent efcc9b48e9
commit 458753f40a
2 changed files with 2 additions and 1 deletions

View File

@ -133,6 +133,7 @@ export default {
var res = await salesCheck(this.form)
if (res) {
this.$message.success('审核成功')
this.$emit('checkSuccess')
} else {
this.$message.error(res.msg || '审核失败!')
}

View File

@ -119,7 +119,7 @@
@current-change="pageChange" />
<!-- 审核、订单详情 -->
<CheckDialog ref="addForm" :visible="addVisible"/>
<CheckDialog ref="addForm" :visible="addVisible" @checkSuccess="toQuery"/>
<!-- 退款 -->
<el-dialog
title="退款"