看板
Showing
4 changed files
with
4 additions
and
8 deletions
| ... | @@ -2,11 +2,11 @@ import request from '@/utils/request' | ... | @@ -2,11 +2,11 @@ import request from '@/utils/request' |
| 2 | 2 | ||
| 3 | const urlCopy = new URL(window.location.href); | 3 | const urlCopy = new URL(window.location.href); |
| 4 | const params = new URLSearchParams(urlCopy.search); | 4 | const params = new URLSearchParams(urlCopy.search); |
| 5 | const sidValue = params.get('sid'); | 5 | const url = params.get('sid'); |
| 6 | console.log(sidValue) | ||
| 7 | 6 | ||
| 8 | let url = '5342b777-d86a-4967-a18b-7329a3fca56b' | 7 | // let url = '5342b777-d86a-4967-a18b-7329a3fca56b' |
| 9 | 8 | ||
| 9 | console.log(url) | ||
| 10 | 10 | ||
| 11 | /** | 11 | /** |
| 12 | * 用户信息 | 12 | * 用户信息 | ... | ... |
| ... | @@ -30,7 +30,7 @@ console.log(window.location.host) | ... | @@ -30,7 +30,7 @@ console.log(window.location.host) |
| 30 | 30 | ||
| 31 | async function handelGetYS000() { | 31 | async function handelGetYS000() { |
| 32 | const res = await getYS000() | 32 | const res = await getYS000() |
| 33 | // type.value = res.data?.IFBASE || '否' | 33 | type.value = res.data?.IFBASE || '否' |
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | 36 | ... | ... |
| ... | @@ -189,7 +189,6 @@ async function handelGetYS003() { | ... | @@ -189,7 +189,6 @@ async function handelGetYS003() { |
| 189 | 189 | ||
| 190 | async function handelGetYS004() { | 190 | async function handelGetYS004() { |
| 191 | const res = await getYS004() | 191 | const res = await getYS004() |
| 192 | console.log(res) | ||
| 193 | let arrList = res.data.blockgroup | 192 | let arrList = res.data.blockgroup |
| 194 | // let arrList = [ | 193 | // let arrList = [ |
| 195 | // { | 194 | // { | ... | ... |
| ... | @@ -380,7 +380,6 @@ function handelSelect8() { | ... | @@ -380,7 +380,6 @@ function handelSelect8() { |
| 380 | } | 380 | } |
| 381 | 381 | ||
| 382 | function handelType8() { | 382 | function handelType8() { |
| 383 | console.log(type8.value) | ||
| 384 | let arrc = type8.value == '2' ? month8.value : year8.value | 383 | let arrc = type8.value == '2' ? month8.value : year8.value |
| 385 | setB(list8Y.value, arrc) | 384 | setB(list8Y.value, arrc) |
| 386 | } | 385 | } |
| ... | @@ -422,8 +421,6 @@ const getA = () => { | ... | @@ -422,8 +421,6 @@ const getA = () => { |
| 422 | 421 | ||
| 423 | 422 | ||
| 424 | const setA = (arrY, arr1, arr2, arr3, markLineName) => { | 423 | const setA = (arrY, arr1, arr2, arr3, markLineName) => { |
| 425 | // console.log(arr1, arr2) | ||
| 426 | |||
| 427 | chartA = echarts.init(zhuRef.value) | 424 | chartA = echarts.init(zhuRef.value) |
| 428 | const option = { | 425 | const option = { |
| 429 | tooltip: { | 426 | tooltip: { | ... | ... |
-
Please register or sign in to post a comment