廖井涛
2025-02-07 3c63bfcb45c622fee76934a0cfefdc1a9396fc8d
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){
    }
  }
})