t20-common-lib 0.12.7 → 0.12.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "t20-common-lib",
3
- "version": "0.12.7",
3
+ "version": "0.12.9",
4
4
  "description": "T20",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/src/api/common.js CHANGED
@@ -1,4 +1,4 @@
1
- // import request from '@/utils/request'
1
+ import request from '@/utils/request'
2
2
 
3
3
  // 单位本位币
4
4
  export function getUnitCurrency(unitNo) {
@@ -16,7 +16,8 @@ export const DEFAULT_FILTER_ITEMS = [
16
16
  isEnable: 1,
17
17
  typeCode: 'aims.area'
18
18
  }
19
- }
19
+ },
20
+ searchKey: 'bussRegionCode'
20
21
  }
21
22
  ]
22
23