祁鹏飞 4 месяцев назад
Родитель
Сommit
96f6dedc44
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/finance/index.vue

+ 1 - 1
src/views/finance/index.vue

@@ -521,7 +521,7 @@ const initCompany = () => {
 
 // 领取
 const auditReceive = (row) => {
-    api.financeApi.isLock(row.id).then((res: any) => {
+    api.financeApi.isLock(row.orderNo).then((res: any) => {
         if(res.code == 200) {
             if(!res.data) {
                 api.financeApi.auditReceive(row.orderNo).then((res: any) => {