增加必填校验
This commit is contained in:
parent
51e3e16ecf
commit
5b703a8946
|
@ -242,7 +242,7 @@
|
||||||
let _sData = [];
|
let _sData = [];
|
||||||
_data.forEach(item => {
|
_data.forEach(item => {
|
||||||
_sData.push({
|
_sData.push({
|
||||||
value:item.noScore,name:item.shot_name
|
value:item.nowScore,name:item.shot_name
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
let chart = echarts.init(document.getElementById('center_left_echarts'));
|
let chart = echarts.init(document.getElementById('center_left_echarts'));
|
||||||
|
|
Loading…
Reference in New Issue