wenhongquan hace 3 años
padre
commit
c6b882d63b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/WarehouseDetailGoods/index.vue

+ 1 - 0
src/views/WarehouseDetailGoods/index.vue

@@ -160,6 +160,7 @@ const whdata = ref({
     pic:[]
 });
 
+const route = useRoute();
 const showPicker = ref(false);
 const onCancel = ()=>{
    showPicker.value = false;