huminmin
2026-05-15 b2edea97b2141ea458644ae16876e750b309d475
只有班组长指定班组成员
已修改1个文件
3 ■■■■■ 文件已修改
src/views/productionManagement/workOrderEdit/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/workOrderEdit/index.vue
@@ -169,8 +169,10 @@
  } from "@/api/productionManagement/workOrder.js";
  import { listUser } from "@/api/system/user.js";
  import {getTeamMemberListByTeamLeader} from "@/api/productionManagement/productionTeamUserRel.js";
import useUserStore from "@/store/modules/user";
  const { proxy } = getCurrentInstance();
  const userStore = useUserStore();
  const tableColumn = ref([
    {
@@ -277,6 +279,7 @@
          clickFun: row => {
            handleAssignTeamUser(row);
          },
          showHide: row => String(row.leaderUserId) === String(userStore.id),
        },
      ],
    },