潜在服务商获取添加企微结果添加入参 name
This commit is contained in:
@@ -72,13 +72,13 @@
|
|||||||
async nextStep() {
|
async nextStep() {
|
||||||
if (!this.clickFlag) return;
|
if (!this.clickFlag) return;
|
||||||
if(!this.wechatId) {
|
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;
|
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({
|
||||||
|
|||||||
Reference in New Issue
Block a user