增加必填校验

This commit is contained in:
duxp 2023-08-24 18:09:33 +08:00
parent 51e3e16ecf
commit 5b703a8946
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@
let _sData = [];
_data.forEach(item => {
_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'));