wenhongquan 3 anni fa
parent
commit
c6b882d63b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;