chenjun 2 жил өмнө
parent
commit
b7a3bc0f54

+ 4 - 3
src/views/system/securityCheck/views/waybillTable.vue

@@ -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"
         :table-cols="tableCols"
         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() {