@@ -1351,11 +1351,11 @@ export default {
mounted() {
this.getDetail();
this.getSale();
- this.getuserTable();
this.getCustomerSourceList()
this.getIndustry('ficc')
this.getIndustry('权益')
this.roleDepart = localStorage.getItem('RoleType') || '';
+ this.getuserTable();
},
}
</script>