diff --git a/src/views/ebiz/common/risk-rules.js b/src/views/ebiz/common/risk-rules.js
index 11e1076b3..9cadff356 100644
--- a/src/views/ebiz/common/risk-rules.js
+++ b/src/views/ebiz/common/risk-rules.js
@@ -175,6 +175,7 @@ export default {
getAgentInfo({}).then(
res => {
if (res.result == 0) {
+ flag.jobNo = res.jobNo //登录账号
flag.manageComCode = res.manageComCode.substring(2, 4)
// branchType N1、1代表个险渠道 和 N5、5 代表中介渠道,N代表内勤
if (res.branchType == 'N1' || res.branchType == '1') {
diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue
index c73714283..5943cdecf 100644
--- a/src/views/ebiz/proposal/ProposalInfo.vue
+++ b/src/views/ebiz/proposal/ProposalInfo.vue
@@ -254,7 +254,7 @@