guoyuji
2025-02-06 54b1c21ebd88170e5a6dd28d77f809f56a9b4e2b
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){
    }
  }
})