提交 218ae30b 编写于 作者: tao.wu's avatar tao.wu

no message

上级 ccacf40c
......@@ -133,7 +133,6 @@ export default {
localStorage.setItem('storageMaster', res.data.masterAdministratorFlag)
vm.idType = res.data.idType
vm.storageIdType = res.data.idType
console.log(vm.storageIdType)
vm.userName = res.data.name
vm.portrait = res.data.imageUrl
vm.authList = res.data.auth
......@@ -150,10 +149,6 @@ export default {
vm.getUserAuth(val)
}
},
storageIdType(val){
vm.storageIdType = val
console.log('app',val)
}
}
}
</script>
......
......@@ -27,7 +27,13 @@ import { isNotEmptyUtils } from '../../utils/utils'
let vm = null
export default {
props: {
storageIdType: [String,Number],
// storageIdType: [String,Number],
storageIdType: {
type: [String,Number],
default: () => {
return '0'
}
},
tokenValue: {
type: String
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册