Browse Source

bug 修复

lilei 4 years ago
parent
commit
df016edf76

+ 1 - 1
src/api/settleExpense.js

@@ -56,6 +56,6 @@ export const delExpense = (params) => {
 export const auditExpense = (params) => {
 export const auditExpense = (params) => {
   return axios({
   return axios({
     url: `settle/expense/audit/${params.id}`,
     url: `settle/expense/audit/${params.id}`,
-    method: 'post'
+    method: 'get'
   })
   })
 }
 }

+ 1 - 1
src/views/financialManagement/expenseManagement/list.vue

@@ -225,7 +225,7 @@ export default {
       this.openModal = true
       this.openModal = true
     },
     },
     //  审核
     //  审核
-    handleAudit (row, type) {
+    handleAudit (row) {
       const _this = this
       const _this = this
       this.$confirm({
       this.$confirm({
         title: '提示',
         title: '提示',