diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index 169f78b..9313d60 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -687,7 +687,8 @@ export default { that.getAgencyInfo().then(() => { that.getAgencyById().then(() => { // that.query.page++; - if (that.info.recordStatus == 3 || that.info.recordStatus == 4 || that.info.recordStatus == 6) { + console.log('Boolean(e.agencyId)',Boolean(e.agencyId)); + if (Boolean(e.agencyId) == false || that.info.recordStatus == 3 || that.info.recordStatus == 4 || that.info.recordStatus == 6) { that.handleSubmit(); } else { if (that.info.recordStatus == 5) {