指标越限程度取值修改
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user