jufubao-admin-library 1.1.98 → 1.1.99

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.
@@ -414,7 +414,7 @@ export default {
414
414
  let temp = {};
415
415
  if(row.trade_type === 'card_fee_a'){
416
416
  temp['trade_nnid'] = row['trade_nnid'];
417
- temp['partner_id'] = row['partner_id'];
417
+ temp['partner_id'] = this.partner_id;
418
418
  temp['wallet_type'] = this.wallet_type
419
419
  }
420
420
  return temp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.98",
3
+ "version": "1.1.99",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {