t20-common-lib 0.12.20 → 0.12.21

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.20",
3
+ "version": "0.12.21",
4
4
  "description": "T20",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
@@ -173,7 +173,7 @@ export default {
173
173
  const params = {
174
174
  "page.size": this.page.size,
175
175
  "page.current": this.page.current,
176
- key: this.page.key,
176
+ searchKey: this.page.key,
177
177
  isDomestic: 1,
178
178
  };
179
179