ソースを参照

fix(bpm): 生产日报查询班组列表时增加工厂ID过滤

yusheng 16 時間 前
コミット
fa449ffd04
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/views/bpm/vis-page/productionDailyDashboard.vue

+ 2 - 1
src/views/bpm/vis-page/productionDailyDashboard.vue

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