详情内容在详情页内查看
点击此处跳转
@@ -342,6 +342,9 @@ export default {
// 页面周期函数--监听页面显示(not-nvue)
onShow() {
+ if (this.showPage === 'function' && this.$refs.PatientList) {
+ this.$refs.PatientList.getData(true);
+ }
if (this.isBack) {
this.isBack = false;
setTimeout(() => {