zs hai 1 ano
pai
achega
e458f4d00e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/frame/c-search.vue

+ 1 - 1
src/components/frame/c-search.vue

@@ -86,7 +86,7 @@ const { tip } = toRefs(props);
 const { remark } = toRefs(props);
 
 let form: Ref<{}> = ref({});
-let meta: Ref<{}> = ref(route.meta.title);
+let meta: Ref<any> = ref(route.meta.title);
 const emit = defineEmits(['search', 'toReset', 'toBack', 'dataChange']);
 const toSubmit = () => {
   const obj = _.pickBy(form.value);