unknown 4 hónapja
szülő
commit
8fe03307c2

+ 1 - 1
src/main.ts

@@ -51,7 +51,7 @@ import { Flex } from 'ant-design-vue'
 import 'ant-design-vue/dist/reset.css'
 import fetchPlugin from './config/axios/fetch';
 //版本号
-export const MAIN_VERSION = '4.2.5'
+export const MAIN_VERSION = '4.2.6'
 
 // 创建实例
 const setupAll = async () => {

+ 3 - 1
src/views/Home/Index.vue

@@ -203,7 +203,9 @@ defineOptions({ name: 'Home' })
 const { push } = useRouter()
 const { t } = useI18n()
 const userStore = useUserStore()
-const optionsTop = ['我的常用', '院内统计']
+const optionsTop = ['我的常用',
+  //'院内统计'
+]
 const valueTop = ref('我的常用')
 const { setWatermark } = useWatermark()
 const loading = ref(false)

+ 0 - 1
src/views/elderly/apply/check-in/ProcessForm.vue

@@ -943,7 +943,6 @@ const submitForm = async () => {
     return
   }
   //计算所有费用金额,合同金额,(优惠后的)
-  return
 
   let data = {
     id: dataForm.value.id,