kmkf-work-order-service-component 0.4.4-alpha.1 → 0.4.6-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -170,7 +170,7 @@ function PaymentWorkOrderCard(props) {
170
170
  case 0:
171
171
  params = {
172
172
  alipayBillReceiptDetailId: record.alipayBillReceiptDetailId,
173
- companyPayId: record.id
173
+ companyPayId: record.companyPayId
174
174
  };
175
175
  _context.next = 3;
176
176
  return getAlipayBillReceipt(params);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kmkf-work-order-service-component",
3
- "version": "0.4.4-alpha.1",
3
+ "version": "0.4.6-alpha.1",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",