Преглед на файлове

Merge branch 'bug-fix-4811' into debug

cxmo преди 1 година
родител
ревизия
50549d772e
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      src/views/custom_manage/customList/editCustom.vue

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

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