优化 监控中心 前台页面
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
// 日期类型
|
||||
const dateTypeValue = ref();
|
||||
|
||||
const frequencyValue = ref();
|
||||
const frequencyValue = ref(0);
|
||||
|
||||
const activeKey = ref('1');
|
||||
|
||||
@@ -284,13 +284,13 @@
|
||||
const getSelectGraph = (key: any) => {
|
||||
if (key) {
|
||||
activeKey.value = key;
|
||||
if (
|
||||
pageData.graphTableList.length > 0 &&
|
||||
pageData.graphTableColumns.length > 0 &&
|
||||
pageData.graphGraphList.length > 0
|
||||
) {
|
||||
return;
|
||||
}
|
||||
// if (
|
||||
// pageData.graphTableList.length > 0 &&
|
||||
// pageData.graphTableColumns.length > 0 &&
|
||||
// pageData.graphGraphList.length > 0
|
||||
// ) {
|
||||
// return;
|
||||
// }
|
||||
}
|
||||
|
||||
let startTime = '';
|
||||
@@ -364,9 +364,9 @@
|
||||
const getSelectAnalyse = (key: any) => {
|
||||
if (key) {
|
||||
activeKey.value = key;
|
||||
if (pageData.analysisGraphList.length > 0 && pageData.analysisTableList.length > 0) {
|
||||
return;
|
||||
}
|
||||
// if (pageData.analysisGraphList.length > 0 && pageData.analysisTableList.length > 0) {
|
||||
// return;
|
||||
// }
|
||||
}
|
||||
let startTime = '';
|
||||
let endTime = '';
|
||||
|
Reference in New Issue
Block a user