diff --git a/src/views/pqs/cockpit/realTimeData/index.vue b/src/views/pqs/cockpit/realTimeData/index.vue index aabefb3..7f14d58 100644 --- a/src/views/pqs/cockpit/realTimeData/index.vue +++ b/src/views/pqs/cockpit/realTimeData/index.vue @@ -1,25 +1,33 @@ @@ -105,12 +113,11 @@ const tableStore: any = new TableStore({ question: '所有指标均合格' } ] - } }) const tableRef = ref() provide('tableRef', tableRef) - +const pageHeight = mainHeight(40) provide('tableStore', tableStore) const iframeSrc = ref('') @@ -204,40 +211,29 @@ const sendKeysToIframe = (keyList: string[]) => { }