|
|
@@ -17,9 +17,9 @@
|
|
|
this.authoritiesFilter = JSON.parse(JSON.stringify(this.authorities));
|
|
|
this.getAuthority();
|
|
|
this.setUnClaimDemandRatio();
|
|
|
+ $('#demand-div').removeClass('d-none');
|
|
|
},
|
|
|
mounted() {
|
|
|
- // this.setUnClaimDemandRatio();
|
|
|
},
|
|
|
methods: {
|
|
|
/** 筛选 */
|
|
|
@@ -88,7 +88,6 @@
|
|
|
});
|
|
|
},
|
|
|
setUnClaimDemandRatio(){
|
|
|
- console.log('setUnClaimDemandRatio');
|
|
|
let url = '{{url('apiLocal/demand/unClaimDemandRatio')}}';
|
|
|
window.axios.get(url).then(res=>{
|
|
|
if(res.data.data){
|