CRM_26-04-22#story#8495,潜在供应商H5页面提交信息,信息审核,提交补充信息与退回理由的优化与修复(错误兼容)
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
async nextStep() {
|
async nextStep() {
|
||||||
if (!this.clickFlag) return;
|
if (!this.clickFlag) return;
|
||||||
let res = await getContactQrCodeResult({ configId: this.configId });
|
let res = await getContactQrCodeResult({ configId: this.configId });
|
||||||
this.wechatId = res?.data?.wechatId || 'test';
|
this.wechatId = res?.data?.wechatId;
|
||||||
if (!this.wechatId) {
|
if (!this.wechatId) {
|
||||||
Toast('请先添加企微再继续');
|
Toast('请先添加企微再继续');
|
||||||
return;
|
return;
|
||||||
@@ -87,6 +87,8 @@
|
|||||||
localStorage.setItem('lastRoute', JSON.stringify(target));
|
localStorage.setItem('lastRoute', JSON.stringify(target));
|
||||||
this.goPage('supplierInfo', { id: res?.code });
|
this.goPage('supplierInfo', { id: res?.code });
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
Toast('该服务商已存在');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
localStorage.removeItem('supplierAddForm');
|
localStorage.removeItem('supplierAddForm');
|
||||||
|
|||||||
Reference in New Issue
Block a user