north-glass-erp/northglass-erp/src/views/sd/delivery/SelectDelivery.vue
@@ -26,9 +26,6 @@ break } case 'printing' :{ /*const url = router.resolve({path: '/main/delivery/deliveryPrinting', query: { deliveryID: row.deliveryId }}) window.open(url.href, '_blank') break*/ router.push({path: '/main/delivery/deliveryPrinting', query: { deliveryID: row.deliveryId }}) break } @@ -296,7 +293,6 @@ <vxe-grid max-height="97%" @filter-change="filterChanged" @cell-dblclick="cellClickEvent" class="mytable-scrollbar" ref="xGrid" v-bind="gridOptions" @@ -366,5 +362,3 @@ </template> <style scoped> </style>