20230222
This commit is contained in:
parent
4f9211abb0
commit
ffd9b35f5f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
http://172.16.1.168:5000
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"code": 200,
|
||||
"msg": "成功",
|
||||
"data": [{
|
||||
"graphicId": "35fb0709596841e5b005fb1bc33a0fa4",
|
||||
"graphicName": "测试区域",
|
||||
"graphicType": "区域",
|
||||
"coordinate": "218.6106 984.2285,453.5649 994.1006,267.9708 820.3528,218.6106 984.2285"
|
||||
}, {
|
||||
"graphicId": "957eb7cba61240f5a099ee6080bd29f0",
|
||||
"graphicName": "测试路线2",
|
||||
"graphicType": "轨迹",
|
||||
"coordinate": "157.404 236.9287,179.1225 260.6216,192.9433 300.1097,202.8154 329.7258,214.6618 357.3675,222.5594 392.9068,236.3803 424.4973,258.0987 446.2157,289.6892 465.9598,317.3309 485.7039,350.8958 503.4735,382.4863 509.3967,420 517.2943,467.3858 521.2432,508.8483 525.192,556.234 525.192,599.671 525.192,631.2614 525.192,662.8519 513.3455,690.4936 499.5247,712.2121 477.8062,724.0585 444.2413,728.0073 412.6508,745.777 386.9836,775.3931 377.1115,806.9836 379.0859"
|
||||
}, {
|
||||
"graphicId": "7c24aa16e12840859164780d71827f5f",
|
||||
"graphicName": "测试线2",
|
||||
"graphicType": "断面",
|
||||
"coordinate": "437.7697 642.6563,880.0366 737.4278"
|
||||
}]
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
{"Keys":["com.unity.services.core.version"],"Values":[{"m_Value":"1.3.1","m_IsReadOnly":true}]}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -153,6 +153,7 @@ export default {
|
|||
list: {
|
||||
handler(newVal) {
|
||||
if (newVal ) {
|
||||
|
||||
// x轴的数据
|
||||
this.xData = newVal.map(val => {
|
||||
return val.time;
|
||||
|
|
|
@ -179,7 +179,7 @@ export default {
|
|||
// 监听触发数据
|
||||
dataArr: {
|
||||
handler(newVal) {
|
||||
console.log("newVal",newVal)
|
||||
console.log("dataArr",newVal)
|
||||
},
|
||||
|
||||
immediate: true
|
||||
|
|
|
@ -382,8 +382,8 @@ export default {
|
|||
methods: {
|
||||
|
||||
siftData() {
|
||||
this.sectionData=[]
|
||||
this.sectionArr=[]
|
||||
// this.sectionData=[]
|
||||
// this.sectionArr=[]
|
||||
this.componentList.forEach((val) => {
|
||||
this.sectionArr.push(val.combinationName);
|
||||
this.sectionArr = Array.from(new Set(this.sectionArr));
|
||||
|
@ -486,7 +486,7 @@ export default {
|
|||
}
|
||||
})
|
||||
})
|
||||
console.log(this.sectionData, '触发的筛选数据');
|
||||
// console.log(this.sectionData, '触发的筛选数据');
|
||||
},
|
||||
immediate: true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue