潜在服务商修改
This commit is contained in:
@ -219,13 +219,14 @@
|
||||
this.$toast('服务区域不能为空')
|
||||
return
|
||||
}
|
||||
if( !this.id ) {
|
||||
if(!this.wechatId) {
|
||||
await this.QrCodeResult();
|
||||
if( !this.wechatId ) {
|
||||
this.$toast('请先添加企微再申请')
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
if( this.$refs.tree.getCheckedKeys().length > 0 ) {
|
||||
await this.saveHandler()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user