@@ -56,6 +56,6 @@ export const delExpense = (params) => {
export const auditExpense = (params) => {
return axios({
url: `settle/expense/audit/${params.id}`,
- method: 'post'
+ method: 'get'
})
}
@@ -225,7 +225,7 @@ export default {
this.openModal = true
},
// 审核
- handleAudit (row, type) {
+ handleAudit (row) {
const _this = this
this.$confirm({
title: '提示',