删除return
This commit is contained in:
@@ -63,11 +63,6 @@ const params: any = ref({})
|
||||
const getHarmonicSpectrumParams = (val: any) => {
|
||||
params.value = val
|
||||
init()
|
||||
return
|
||||
//查询稳态指标
|
||||
getRealTimeTableList().then(res => {
|
||||
console.log('稳态指标', res)
|
||||
})
|
||||
}
|
||||
const chartsList: any = ref([])
|
||||
const loading = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user