看版
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -291,7 +291,7 @@ async function handelGetYS007() { | ... | @@ -291,7 +291,7 @@ async function handelGetYS007() { |
| 291 | const res = await getYS007(url.value, obj.value) | 291 | const res = await getYS007(url.value, obj.value) |
| 292 | list7.value = res.data.list | 292 | list7.value = res.data.list |
| 293 | BC.value = res.data.BC * 100 || 0 | 293 | BC.value = res.data.BC * 100 || 0 |
| 294 | list7.value.sort((a, b) => a.EXERATIO - b.EXERATIO); | 294 | list7.value.sort((a, b) => a.EXECOST - b.EXECOST); |
| 295 | list7Y.value = [] | 295 | list7Y.value = [] |
| 296 | select7.value = [] | 296 | select7.value = [] |
| 297 | let arr1 = [] | 297 | let arr1 = [] | ... | ... |
-
Please register or sign in to post a comment