|
@@ -97,6 +97,7 @@ export default {
|
|
|
// },
|
|
|
'chooseXunhuan.circname': {
|
|
|
handler(newValue, oldValue){
|
|
|
+ // console.log('预制曲线循环', newValue, oldValue)
|
|
|
if(newValue){
|
|
|
this.changeXunhuan(newValue)
|
|
|
}
|
|
@@ -445,7 +446,7 @@ export default {
|
|
|
// 点击循环改变高亮
|
|
|
changeXunhuan(data){
|
|
|
var value = this.data.find(item => item.circname === data)
|
|
|
- console.log(value)
|
|
|
+ // console.log(value)
|
|
|
if(value){
|
|
|
this.chooseXunhuan.circname = value.circname
|
|
|
this.chooseXunhuan.begintime = value.begintime
|
|
@@ -455,7 +456,7 @@ export default {
|
|
|
this.chooseXunhuan.begintime = ''
|
|
|
this.chooseXunhuan.endtime = ''
|
|
|
}
|
|
|
- console.log(this.chooseXunhuan)
|
|
|
+ // console.log(this.chooseXunhuan)
|
|
|
var _this = this
|
|
|
this.uEcharts.setOption({
|
|
|
series: [
|