north-glass-erp/northglass-erp/src/views/sd/product/SelectProduct.vue
@@ -280,7 +280,7 @@ } let emit = defineEmits([ 'getProductRow' 'changePage' ]) const emitParent = (row,type) => { @@ -310,7 +310,12 @@ onUnmounted(() => { clearTimeout(initTime) if (sortable2) { sortable2.destroy() try{ sortable2.destroy() } catch (e){ } } })