wenhongquan 3 gadi atpakaļ
vecāks
revīzija
c6b882d63b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;