@@ -16,6 +16,7 @@
</header>
<main>
<SecurityCheckTable
+ id="table2"
:table-cols="tableCols"
:table-data="tableData"
row-key="index"
@@ -25,7 +26,7 @@
:loading="loading"
@handleTableChange="handleTableChange"
/>
- <PrintTable
+ <!-- <PrintTable
v-show="false"
id="2"
@@ -34,7 +35,7 @@
:height="tableHeight"
show-summary
:loading="false"
- />
+ /> -->
</main>
</div>
</template>
@@ -194,7 +195,7 @@ export default {
}
if (queryData) {
this.getData()
- this.getPrintData()
+ // this.getPrintData()
},
beforeDestroy() {