|
@@ -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);
|