Merge branch 'feature/GFRS-2334【需求】出单信息通知查询需求' into dev

This commit is contained in:
liyuetong
2021-05-31 11:08:32 +08:00

View File

@@ -222,7 +222,8 @@ export default {
if (resData.result != '0') return this.$toast(resData.resultMessage)
this.manageLv = resData.content.level
//当前token查不出机构时,展示敬请期待
if (this.manageLv == '01' || this.manageLv == '02' || this.manageLv == '03' || this.manageLv == null) {
//level: "09" 普通代理人不允许查看 出单详情、出单消息
if (this.manageLv == '01' || this.manageLv == '02' || this.manageLv == '03' || this.manageLv == '09' || this.manageLv == null) {
this.isNoOrganization = 0
return
} else {