3.12晚上

This commit is contained in:
zoujiandong
2026-03-12 18:57:28 +08:00
parent 2831de027c
commit 4e3a30b863
14 changed files with 199 additions and 60 deletions
+2
View File
@@ -402,6 +402,7 @@ const getTypeText = (type) => {
}
// 方法
const goBack = () => {
console.log(isEdit.value);
if(isEdit.value){
noticeVisible.value = true;
}else{
@@ -558,6 +559,7 @@ onShow(() => {
fetchList();
uni.$on('updateOutPatient',()=>{
isEdit.value = true;
console.log('更新');
})
})