mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 02:26:43 +08:00
hotfix:内外勤判断调整 --提交人:阳华祥
This commit is contained in:
@@ -126,7 +126,8 @@ export default {
|
||||
async checkModelFilter() {
|
||||
const agentInfoRes = await getCheckModelAgentInfo({})
|
||||
if (agentInfoRes.result == 0) {
|
||||
if (!/^N{1}/.test(agentInfoRes.branchType)) {
|
||||
if (/^[0-9][0-9]*$/.test(agentInfoRes.branchType)) {
|
||||
// 内勤 并且手机号码正确
|
||||
this.checkModel.mobile = agentInfoRes.phoneNo
|
||||
this.checkModel.show = true
|
||||
this.isShowSms = false
|
||||
|
||||
Reference in New Issue
Block a user