Showing
1 changed file
with
5 additions
and
3 deletions
@@ -194,9 +194,11 @@ export default { | @@ -194,9 +194,11 @@ export default { | ||
194 | return { | 194 | return { |
195 | keyWords: keyWords.value, | 195 | keyWords: keyWords.value, |
196 | resType: resTypeArr.value.join(','), | 196 | resType: resTypeArr.value.join(','), |
197 | - kpiType: kpiTypeArr.value.join(','), | ||
198 | - bizType: busTypeArr.value.join(','), | ||
199 | - configId: config.value | 197 | + kpiId: kpiTypeArr.value.join(','), |
198 | + busId: busTypeArr.value.join(','), | ||
199 | + configId: config.value, | ||
200 | + page:2, | ||
201 | + limit:10 | ||
200 | } | 202 | } |
201 | } | 203 | } |
202 | 204 |
-
Please register or login to post a comment