From adb4be885811ee602073c2e723d9d09df0e5b4e6 Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期二, 02 四月 2024 13:51:15 +0800 Subject: [PATCH] 提交一把 --- company/src/components/business/OperaWtbApplyShopWindow.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/company/src/components/business/OperaWtbApplyShopWindow.vue b/company/src/components/business/OperaWtbApplyShopWindow.vue index 1206953..effc518 100644 --- a/company/src/components/business/OperaWtbApplyShopWindow.vue +++ b/company/src/components/business/OperaWtbApplyShopWindow.vue @@ -480,7 +480,7 @@ exportExcel, applyChagneDetailExcel, applyOpt, - getMemberListOnlineSignLink, getSignTBQRSLink + getMemberListOnlineSignLink, getSignTBQRSLink, getSignWTBTBDLink } from '@/api/business/insuranceApply' import { findListByDTO } from '@/api/business/dispatchUnit' import { fetchList } from '@/api/business/applyChange' @@ -629,7 +629,7 @@ this.$tip.apiFailed(err) }) } else if (this.form.type === 2) { - getSignLink(this.dataId).then(res => { + getSignWTBTBDLink(this.form).then(res => { setTimeout(() => { this.visiblePhone=false window.open(res) -- Gitblit v1.9.3