diff --git a/YiJi-admin/src/components/Yewu/YuYue.vue b/YiJi-admin/src/components/Yewu/YuYue.vue index 0a253fe..e0e88b8 100644 --- a/YiJi-admin/src/components/Yewu/YuYue.vue +++ b/YiJi-admin/src/components/Yewu/YuYue.vue @@ -254,13 +254,16 @@ YuYueInfo: { type: Object }, + ServiceDate:{ + type:String + } }) let loading = ref(false) let MainInfo = ref(null); let tableData1 = ref([]) let tableData2 = ref([]) - let table_date1 = ref(''); - let table_date2 = ref(''); + let table_date1 = ref(props.ServiceDate); + let table_date2 = ref(props.ServiceDate); let TodayDate = ref(''); let MainInfoKey = ref(0); //多人时,选中人的key let shenqingdan_show = ref(false); diff --git a/YiJi-admin/src/views/YeWu/MainList_ZhuYuan.vue b/YiJi-admin/src/views/YeWu/MainList_ZhuYuan.vue index e2ef85f..763510b 100644 --- a/YiJi-admin/src/views/YeWu/MainList_ZhuYuan.vue +++ b/YiJi-admin/src/views/YeWu/MainList_ZhuYuan.vue @@ -1,7 +1,7 @@