Browse Source

修改错误字段

阿伏兔 4 years ago
parent
commit
54ba61946b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/warehouseBusiness/agreement.js

+ 1 - 1
src/api/warehouseBusiness/agreement.js

@@ -66,7 +66,7 @@ export function updateAgreement_s(fId, fStatus) {
     method: 'put',
     data: {
       fId:fId,
-      fBillstatus:fStatus
+      fStatus:fStatus
     }
   })
 }