From f1cd7afa03ed17153c196999462c522cf610906b Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Mon, 4 Aug 2025 09:40:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/detail/userShare.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {