|
|
|
@ -56,6 +56,12 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
getnmrList()
|
|
|
|
getnmrList()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
const $props = defineProps({
|
|
|
|
|
|
|
|
date: {
|
|
|
|
|
|
|
|
type: String,
|
|
|
|
|
|
|
|
default: "",
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
});
|
|
|
|
const getUserInfo = async () => {
|
|
|
|
const getUserInfo = async () => {
|
|
|
|
uni.showLoading({
|
|
|
|
uni.showLoading({
|
|
|
|
title: "加载中",
|
|
|
|
title: "加载中",
|
|
|
|
@ -83,7 +89,11 @@
|
|
|
|
date = yytjInfo.value.doctor_date
|
|
|
|
date = yytjInfo.value.doctor_date
|
|
|
|
currentDate.value = yytjInfo.value.doctor_date
|
|
|
|
currentDate.value = yytjInfo.value.doctor_date
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
currentDate.value = getToday();
|
|
|
|
if($props.date){
|
|
|
|
|
|
|
|
currentDate.value=$props.date
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
|
|
|
currentDate.value = getToday();
|
|
|
|
|
|
|
|
}
|
|
|
|
yytjInfo.value.doctor_date = currentDate.value;
|
|
|
|
yytjInfo.value.doctor_date = currentDate.value;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
moreTime(date, 1);
|
|
|
|
moreTime(date, 1);
|
|
|
|
@ -200,6 +210,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
onShow(() => {
|
|
|
|
onShow(() => {
|
|
|
|
if (!!config_ref.value) {
|
|
|
|
if (!!config_ref.value) {
|
|
|
|
|
|
|
|
|
|
|
|
mountedAction();
|
|
|
|
mountedAction();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|