稳态数据调整
This commit is contained in:
@@ -1796,8 +1796,7 @@ const getEcharts = () => {
|
||||
echarts.connect('group')
|
||||
}
|
||||
const conditionChange = () => {
|
||||
console.log(123)
|
||||
|
||||
|
||||
//判断一个指标时
|
||||
if (formData.condition.length == 1) {
|
||||
if (
|
||||
@@ -1933,9 +1932,9 @@ const conditionChange = () => {
|
||||
]
|
||||
}
|
||||
setTimeout(() => {
|
||||
// console.log('🚀 ~ setTimeout ~ tableHeaderRef.value:', tableHeaderRef.value)
|
||||
//console.log('🚀 ~ setTimeout ~ tableHeaderRef.value:', tableHeaderRef.value)
|
||||
|
||||
tableHeaderRef.value && tableHeaderRef.value?.computedSearchRow()
|
||||
//tableHeaderRef.value && tableHeaderRef.value?.computedSearchRow()
|
||||
}, 100)
|
||||
}
|
||||
|
||||
|
||||
@@ -236,9 +236,9 @@ const init = () => {
|
||||
msg += params[0].name + '<br/>'
|
||||
for (let i in params) {
|
||||
if (params[i].data == 3.14159) {
|
||||
msg +=params[i].marker+ params[i].seriesName + ': 暂无数据<br/>'
|
||||
msg +=params[i].marker + ': 暂无数据<br/>'
|
||||
} else {
|
||||
msg += params[i].marker+ params[i].seriesName + ': ' + params[i].data + '<br/>'
|
||||
msg += params[i].marker + ': ' + params[i].data + '<br/>'
|
||||
}
|
||||
}
|
||||
return msg
|
||||
|
||||
Reference in New Issue
Block a user