@@ -175,6 +175,10 @@
this.selectedDepartKeys1 = [];
this.checkedDepartKeys1 = [];
this.companyId=0
+ //查询余额
+ getAction(this.url.queryBalance,{}).then((res)=>{
+ this.balance=res
+ });
},
close() {
this.$emit('ok')