代码调整
This commit is contained in:
parent
03611598e1
commit
62e0f34ef6
@ -12,7 +12,7 @@ export default {
|
||||
require:true
|
||||
},
|
||||
orgId:{
|
||||
type:Number,
|
||||
type:String,
|
||||
require:true
|
||||
},
|
||||
userId:{
|
||||
|
@ -46,7 +46,7 @@ export default {
|
||||
async mounted() {
|
||||
this.initChart()
|
||||
this.loadData();
|
||||
this.orgId=parseInt(this.$store.state.user.companyId);
|
||||
this.orgId=this.$store.state.user.companyId;
|
||||
},
|
||||
computed:{
|
||||
userId(){
|
||||
|
Loading…
Reference in New Issue
Block a user