Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74736897ca |
@@ -75,10 +75,10 @@
|
||||
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({
|
||||
|
||||
Reference in New Issue
Block a user