CRM_26-04-22#story#8495,潜在供应商H5页面提交信息,信息审核,提交补充信息与退回理由的优化与修复(跳转详情修改)
This commit is contained in:
@@ -331,9 +331,17 @@
|
||||
if( res?.noToast ) { // 服务商已存在
|
||||
this.showError('当前服务商已存在')
|
||||
if( res?.code != 0 ) {
|
||||
Dialog.alert({
|
||||
title: '提示',
|
||||
message: "该服务商已存在,查看信息"
|
||||
}).then(async () => {
|
||||
const target = { name: 'supplierAddResult', query: { id: res?.code } };
|
||||
localStorage.setItem('lastRoute', JSON.stringify(target));
|
||||
this.goPage('supplierAddResult', { id : res?.code })
|
||||
setTimeout(() => {
|
||||
this.clickFlag = true
|
||||
}, 1000)
|
||||
});
|
||||
}
|
||||
} else {
|
||||
Dialog.alert({
|
||||
|
||||
Reference in New Issue
Block a user