Explorar o código

修改错误字段

阿伏兔 %!s(int64=4) %!d(string=hai) anos
pai
achega
54ba61946b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
     }
   })
 }