From ff95e73d12418ee4b1e400eaceac3d4d623f85b6 Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期五, 29 三月 2024 18:44:04 +0800 Subject: [PATCH] 提交一把 --- company/src/components/business/OperaWtbApplyShopWindow.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/company/src/components/business/OperaWtbApplyShopWindow.vue b/company/src/components/business/OperaWtbApplyShopWindow.vue index 9273804..ff5a3a5 100644 --- a/company/src/components/business/OperaWtbApplyShopWindow.vue +++ b/company/src/components/business/OperaWtbApplyShopWindow.vue @@ -618,7 +618,7 @@ }).catch(err => { this.$tip.apiFailed(err) }) - } else if (flag === 1) { + } else if (this.form.type === 1) { getMemberListOnlineSignLink(this.form).then(res => { setTimeout(() => { this.visiblePhone=false @@ -627,7 +627,7 @@ }).catch(err => { this.$tip.apiFailed(err) }) - } else if (flag === 2) { + } else if (this.form.type === 2) { getSignLink(this.dataId).then(res => { setTimeout(() => { this.visiblePhone=false @@ -866,13 +866,13 @@ } }, viewFanganshu () { - if (this.model.baoxiandanFile && this.model.baoxiandanFile.fileurlFull) { - window.open(this.model.baoxiandanFile.fileurlFull) + if (this.model.fanganFile && this.model.fanganFile.fileurlFull) { + window.open(this.model.fanganFile.fileurlFull) } }, viewShenqingdan () { - if (this.model.baoxiandanFile && this.model.baoxiandanFile.fileurlFull) { - window.open(this.model.baoxiandanFile.fileurlFull) + if (this.model.shenqingdanFile && this.model.shenqingdanFile.fileurlFull) { + window.open(this.model.shenqingdanFile.fileurlFull) } }, handleSizeChange (val) { -- Gitblit v1.9.3