Quellcode durchsuchen

领用订单传参完善

祁鹏飞 vor 4 Monaten
Ursprung
Commit
96f6dedc44
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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) => {