浏览代码

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() {
 	mounted() {
 		this.getDetail();
 		this.getDetail();
 		this.getSale();
 		this.getSale();
-		/* this.getuserTable(); */
-		this.getSubProductList()
 		this.getCustomerSourceList()
 		this.getCustomerSourceList()
 		this.getIndustry('ficc')
 		this.getIndustry('ficc')
 		this.getIndustry('权益')
 		this.getIndustry('权益')
 		this.roleDepart = localStorage.getItem('RoleType') || '';
 		this.roleDepart = localStorage.getItem('RoleType') || '';
+		this.getSubProductList()
 	},
 	},
 }
 }
 </script>
 </script>