mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 16:16:45 +08:00
内勤账号做建议书改动
This commit is contained in:
@@ -194,7 +194,7 @@ export default {
|
||||
getAgentInfo({}).then(
|
||||
res => {
|
||||
if (res.result == 0) {
|
||||
flag.manageComCode = res.manageComCode.substring(2, 4)
|
||||
flag.manageComCode = res.manageComCode ? res.manageComCode.substring(2, 4) : ''
|
||||
flag.jobNo = res.jobNo
|
||||
// branchType N1、1代表个险渠道 和 N5、5 代表中介渠道,N代表内勤
|
||||
if (res.branchType == 'N1' || res.branchType == '1') {
|
||||
|
||||
Reference in New Issue
Block a user