3.12晚上
This commit is contained in:
@@ -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('更新');
|
||||
})
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user