|
|
@@ -1520,7 +1520,6 @@ export default {
|
|
|
param.content.dataid = param.content.dataid[param.content.dataid.length - 1]
|
|
|
}
|
|
|
let res = await this.$api.requested(param)
|
|
|
- console.log(res.data,'近12月报价');
|
|
|
this.projectMapData = res.data
|
|
|
if (init) {
|
|
|
this.projectMap = new Line(this.$refs.chart3, {
|
|
|
@@ -1529,7 +1528,7 @@ export default {
|
|
|
yField: 'value',
|
|
|
seriesField: 'key',
|
|
|
xAxis: {
|
|
|
- type: 'time',
|
|
|
+ /*type: 'time',*/
|
|
|
},
|
|
|
yAxis: {
|
|
|
// label: {
|