瀏覽代碼

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

yusheng 12 小時之前
父節點
當前提交
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) {