临时去除 wechatId

This commit is contained in:
zlf
2026-07-31 10:35:41 +08:00
parent e42b86e05f
commit 9fcdd55af2
+2 -2
View File
@@ -75,10 +75,10 @@
let res = await getContactQrCodeResult({ configId: this.configId }); let res = await getContactQrCodeResult({ configId: this.configId });
this.wechatId = res?.data?.wechatId; this.wechatId = res?.data?.wechatId;
} }
if (!this.wechatId) { /* if (!this.wechatId) {
Toast('请先添加企微再继续'); Toast('请先添加企微再继续');
return; return;
} }*/
try { try {
this.clickFlag = false; this.clickFlag = false;
const res = await saveSupplier({ const res = await saveSupplier({