b77fc26f by zhangmeng

看版

1 parent 53a85f92
...@@ -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 = []
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!