Commit a8dabd16 authored by youjie's avatar youjie

no message

parent 63e85f51
......@@ -7,7 +7,7 @@
<script lang="ts">
import { date } from 'quasar'
import { inject, provide, reactive, toRefs, defineComponent } from 'vue';
import { inject, provide, reactive, toRefs, defineComponent,onMounted } from 'vue';
import useMetaModule from '../../module/meta/metaModule'
import { useI18n } from 'vue-i18n'
import { DirtionmaryHelper } from '../../config/dictionary';
......@@ -23,7 +23,9 @@ export default defineComponent({
setTitle(pageTitle.value)
const data= reactive({
})
const search = reactive({
msg:{
CarType: 0,//类型 1接机 2送机 3包车
......@@ -42,8 +44,11 @@ export default defineComponent({
const menu=inject(DirtionmaryHelper.MENU_KEYS) as any
menu.value=5
const methods = {
}
onMounted(()=>{
})
return {
...toRefs(data),
...methods
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment