st-comp 0.0.114 → 0.0.115

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,7 +1,7 @@
1
1
  {
2
2
  "name": "st-comp",
3
3
  "public": true,
4
- "version": "0.0.114",
4
+ "version": "0.0.115",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -204,19 +204,10 @@ defineExpose({
204
204
  const { key, type, range, unit, radioType, rankRange } = item;
205
205
  // 排名模式
206
206
  if (radioType === '1') {
207
- if (QIQUANKYES.includes(key)) {
208
- params.sortBy = {
209
- column: item.key,
210
- start: rankRange[0] || null,
211
- end: rankRange[1] || null,
212
- }
213
- } else {
214
- result.push({
215
- column: item.key,
216
- type: '1',
217
- start: rankRange[0] || null,
218
- end: rankRange[1] || null,
219
- })
207
+ params.sortBy = {
208
+ column: item.key,
209
+ start: rankRange[0] || null,
210
+ end: rankRange[1] || null,
220
211
  }
221
212
  }
222
213
  // 股息率