From 4cc1a81d3891fb55569e001516f0c51a98967b88 Mon Sep 17 00:00:00 2001 From: bjang03 Date: Fri, 29 Mar 2024 10:19:04 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=A2=9E=E5=8A=A0=E5=B7=A5=E4=BD=8D?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=AD=A5=E9=AA=A4=E5=85=B3=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/workstation/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/mes/workstation/index.vue b/src/views/mes/workstation/index.vue index 1a5451359..f9a70ace0 100644 --- a/src/views/mes/workstation/index.vue +++ b/src/views/mes/workstation/index.vue @@ -129,7 +129,6 @@ import { goalParams, } from "@/api/mes/workstation"; import Detail from './components/Detail.vue' -import * as PurchaseDetailApi from "@/api/wms/purchaseDetail"; defineOptions({ name: 'Workstation' }) let tabsDeleteApi = WorkstationApi.deleteTeamRelation const message = useMessage() // 消息弹窗 @@ -322,9 +321,9 @@ const changeTabs = (data) =>{ apiPage.value = WorkstationApi.getProcessPage detailAllSchemas.value = Process.allSchemas tabsDeleteApi = WorkstationApi.deleteProcessRelation - }else if(data.prop == 'Production'){ + }else if(data.prop == 'Opersteps'){ apiPage.value = WorkstationApi.getOperstepsPage - detailAllSchemas.value = Production.allSchemas + detailAllSchemas.value = Opersteps.allSchemas tabsDeleteApi = WorkstationApi.deleteOperstepsRelation } }