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