潜在服务商获取添加企微结果添加入参 name

This commit is contained in:
zlf
2026-08-04 14:56:31 +08:00
parent 8cfffb7704
commit 18851a2070
+3 -3
View File
@@ -72,13 +72,13 @@
async nextStep() {
if (!this.clickFlag) return;
if(!this.wechatId) {
let res = await getContactQrCodeResult({ configId: this.configId });
let res = await getContactQrCodeResult({ configId: this.configId, name: this.name });
this.wechatId = res?.data?.wechatId;
}
/* if (!this.wechatId) {
if (!this.wechatId) {
Toast('请先添加企微再继续');
return;
}*/
}
try {
this.clickFlag = false;
const res = await saveSupplier({