作者 xudada

客户资源列表BUG修复

@@ -736,7 +736,7 @@ @@ -736,7 +736,7 @@
736 }, 736 },
737 //获取用户名列表 737 //获取用户名列表
738 getUsers() { 738 getUsers() {
739 - let para = {orgtype: "C", pageSize: 1000, pageNum: 1}; 739 + let para = {orgtype: "", pageSize: 1000, pageNum: 1};
740 this.listLoading = true; 740 this.listLoading = true;
741 getUserList(para).then((res) => { 741 getUserList(para).then((res) => {
742 this.usernames = res.data.data.list; 742 this.usernames = res.data.data.list;