9052a9da by zhangmeng

看板

1 parent 4db3bbc1
......@@ -2,11 +2,11 @@ import request from '@/utils/request'
const urlCopy = new URL(window.location.href);
const params = new URLSearchParams(urlCopy.search);
const sidValue = params.get('sid');
console.log(sidValue)
const url = params.get('sid');
let url = '5342b777-d86a-4967-a18b-7329a3fca56b'
// let url = '5342b777-d86a-4967-a18b-7329a3fca56b'
console.log(url)
/**
* 用户信息
......
......@@ -30,7 +30,7 @@ console.log(window.location.host)
async function handelGetYS000() {
const res = await getYS000()
// type.value = res.data?.IFBASE || '否'
type.value = res.data?.IFBASE || '否'
}
......
......@@ -189,7 +189,6 @@ async function handelGetYS003() {
async function handelGetYS004() {
const res = await getYS004()
console.log(res)
let arrList = res.data.blockgroup
// let arrList = [
// {
......
......@@ -380,7 +380,6 @@ function handelSelect8() {
}
function handelType8() {
console.log(type8.value)
let arrc = type8.value == '2' ? month8.value : year8.value
setB(list8Y.value, arrc)
}
......@@ -422,8 +421,6 @@ const getA = () => {
const setA = (arrY, arr1, arr2, arr3, markLineName) => {
// console.log(arr1, arr2)
chartA = echarts.init(zhuRef.value)
const option = {
tooltip: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!