|
|
@ -177,6 +177,7 @@ const tableData = ref([]) |
|
|
|
const marketOptions = ref([]) |
|
|
|
const refundGoodsOptions = ref([]) |
|
|
|
const adminInfo = ref({}) |
|
|
|
|
|
|
|
// 统计合计数 |
|
|
|
const stats = ref({ |
|
|
|
totalNum: 0, |
|
|
@ -284,7 +285,7 @@ const handleApprove = async (row) => { |
|
|
|
try { |
|
|
|
const params = { |
|
|
|
orderCode: row.orderCode, |
|
|
|
auditId: adminInfo.value.id, |
|
|
|
auditId: adminData.value.id, |
|
|
|
action: 1,// action的1是通过,2是驳回 |
|
|
|
rejectReason: '' |
|
|
|
} |
|
|
|