更新 writesick Bug
This commit is contained in:
parent
49c01e8922
commit
fd0ac20a0e
@ -25,9 +25,9 @@ Component({
|
|||||||
this.triggerEvent('handleFocus',true)
|
this.triggerEvent('handleFocus',true)
|
||||||
},
|
},
|
||||||
goInquirtForm(){
|
goInquirtForm(){
|
||||||
wx.navigateTo({
|
// wx.navigateTo({
|
||||||
url: '/pages/sickDetail/sickDetail',
|
// url: '/pages/writeSick/writeSick',
|
||||||
})
|
// })
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@ -832,7 +832,7 @@ Page({
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
//this.getSick();
|
//this.getSick();
|
||||||
|
this.getlocalInfo(options.family_id);
|
||||||
this.handleIsExist();
|
this.handleIsExist();
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -865,15 +865,17 @@ Page({
|
|||||||
disease_class_name: prevData.disease_class_name,
|
disease_class_name: prevData.disease_class_name,
|
||||||
disease_class_id: prevData.disease_class_id,
|
disease_class_id: prevData.disease_class_id,
|
||||||
})
|
})
|
||||||
}
|
|
||||||
console.log(pathography_id)
|
|
||||||
if(pathography_id){
|
|
||||||
this.handlepathographyDetail(pathography_id)
|
|
||||||
}else{
|
}else{
|
||||||
this.getlocalInfo(family_id);
|
// console.log(pathography_id)
|
||||||
//this.handleLastSick(options.family_id);
|
if(pathography_id){
|
||||||
|
this.handlepathographyDetail(pathography_id)
|
||||||
|
}
|
||||||
|
// else{
|
||||||
|
// this.getlocalInfo(family_id);
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user