指标越限程度取值修改

This commit is contained in:
stt
2025-11-17 09:51:31 +08:00
parent f66dd649c7
commit 0f090666e9
5 changed files with 40 additions and 43 deletions

View File

@@ -157,7 +157,7 @@ const countOptions: any = ref([])
const legendDictList: any = ref([])
const initCode = (field: string, title: string) => {
queryByCode('steady_state_power_quality').then(res => {
queryByCode('steady_state_limit_trend').then(res => {
queryCsDictTree(res.data.id).then(item => {
//排序
indexOptions.value = item.data.sort((a: any, b: any) => {