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