Commit 69b62e52 authored by linxin's avatar linxin

Merge branch 'liuin' into uat

parents cb0bf7cb 6f31d85c
......@@ -398,6 +398,7 @@ export default {
div {
font-family: PingFangSC-Semibold;
height: 24px;
padding:0px 4px;
line-height: 24px;
font-size: 13px;
color: #FDB62F;
......@@ -405,9 +406,9 @@ export default {
border-radius: 2px;
text-align: center;
}
div:nth-of-type(1) {
width: 101px;
}
// div:nth-of-type(1) {
// width: 101px;
// }
div:nth-of-type(2) {
margin-left: 16px;
// width: 73px;
......
......@@ -942,9 +942,9 @@ export default {
// 基本信息保存前校验
bindCheck () {
let vm = this
var business_num = ''
let business_num = ''
if (vm.baseInfo.bp_type === 'TENANT' || vm.baseInfo.bp_type === 'GUTA') {
let business_num = vm.baseInfo.agent_username
business_num = vm.baseInfo.agent_username
}
window.localStorage.setItem('business_num', business_num)
let url = process.env.basePath + 'bp_bind_check'
......
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