代码调整

This commit is contained in:
joylink_cuiweidong 2022-04-18 15:41:37 +08:00
parent 03611598e1
commit 62e0f34ef6
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ export default {
require:true
},
orgId:{
type:Number,
type:String,
require:true
},
userId:{

View File

@ -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(){