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), }, ], },