Commit 1f73e0f4 authored by jiacheng.mao's avatar jiacheng.mao

解决担保人和经销商角色,无法查看到合同的问题

parent 11c48bb2
......@@ -204,7 +204,7 @@ export default {
} else if (window.localStorage.bp_type === 'TENANT' && !window.localStorage.multipleRole) {
vm.bp_type = 'TENANT'
} else {
vm.bp_type = 'TENANT'
vm.bp_type = window.localStorage.bp_type
}
vm.recordQuery('全部', vm.lists)
} else if (from.name === 'MyInfo') {
......@@ -262,7 +262,7 @@ export default {
} else if (window.localStorage.bp_type === 'TENANT' && !window.localStorage.multipleRole) {
vm.bp_type = 'TENANT'
} else {
vm.bp_type = 'TENANT'
vm.bp_type = window.localStorage.bp_type
}
vm.recordQuery('全部', vm.lists)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment