@@ -544,7 +544,8 @@ export default {
queryTeamList() {
queryTeamListAll({
pageNum: 1,
- pageSize: 1000
+ pageSize: 1000,
+ factoryId: this.$store.state.user.info.factoryId
}).then((res) => {
console.log(res.list);
// if (res) {