Commit a8dabd16 authored by youjie's avatar youjie

no message

parent 63e85f51
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<script lang="ts"> <script lang="ts">
import { date } from 'quasar' 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 useMetaModule from '../../module/meta/metaModule'
import { useI18n } from 'vue-i18n' import { useI18n } from 'vue-i18n'
import { DirtionmaryHelper } from '../../config/dictionary'; import { DirtionmaryHelper } from '../../config/dictionary';
...@@ -23,7 +23,9 @@ export default defineComponent({ ...@@ -23,7 +23,9 @@ export default defineComponent({
setTitle(pageTitle.value) setTitle(pageTitle.value)
const data= reactive({ const data= reactive({
}) })
const search = reactive({ const search = reactive({
msg:{ msg:{
CarType: 0,//类型 1接机 2送机 3包车 CarType: 0,//类型 1接机 2送机 3包车
...@@ -42,8 +44,11 @@ export default defineComponent({ ...@@ -42,8 +44,11 @@ export default defineComponent({
const menu=inject(DirtionmaryHelper.MENU_KEYS) as any const menu=inject(DirtionmaryHelper.MENU_KEYS) as any
menu.value=5 menu.value=5
const methods = { const methods = {
} }
onMounted(()=>{
})
return { return {
...toRefs(data), ...toRefs(data),
...methods ...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