''
liukangdong
2024-06-25 21505bfef663ce50689d2e411ca15ce2f20728ba
h5/pages/visitorApplication/visitorApplication.vue
@@ -586,7 +586,7 @@
        withUserList: this.personnel
      }).then(res => {
        if (res.code === 200) {
          uni.reLaunch({
          uni.navigateTo({
            url: `/pages/appointmentDetails/appointmentDetails?id=${res.data}`
          })
        }