cxmo 5 mesiacov pred
rodič
commit
7802cbee7d

+ 1 - 1
src/views/custom_manage/customList/editCustom.vue

@@ -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>