潜在服务商修改

This commit is contained in:
2025-10-22 18:04:06 +08:00
parent 769cae6223
commit f788927da2

View File

@ -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 {