cxmo пре 5 месеци
родитељ
комит
7802cbee7d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/custom_manage/customList/editCustom.vue

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