From c9e5a66dd2fc0cb9e28391197c428d859356e3bd Mon Sep 17 00:00:00 2001 From: zhousq Date: Mon, 6 May 2024 11:52:50 +0800 Subject: [PATCH] =?UTF-8?q?2024-05-06=20=E5=B7=A5=E5=BA=8F=E7=89=A9?= =?UTF-8?q?=E6=96=99=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/process/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/mes/process/index.vue b/src/views/mes/process/index.vue index 3c1a70321..8e49c9816 100644 --- a/src/views/mes/process/index.vue +++ b/src/views/mes/process/index.vue @@ -283,13 +283,13 @@ const changeTabs = (data) =>{ tabsCreateApi = ProcessApi.createPatternRelation tmpPopList = PatternPopList.allSchemas } - else if(data.prop == 'ItembasicTab'){ - apiPage.value = ProcessApi.getItembasicPage - detailAllSchemas.value = ItembasicTab.allSchemas - tabsDeleteApi = ProcessApi.deleteItembasicRelation - tabsCreateApi = ProcessApi.createItembasicRelation - tmpPopList = ItembasicPopList.allSchemas - } + // else if(data.prop == 'ItembasicTab'){ + // apiPage.value = ProcessApi.getItembasicPage + // detailAllSchemas.value = ItembasicTab.allSchemas + // tabsDeleteApi = ProcessApi.deleteItembasicRelation + // tabsCreateApi = ProcessApi.createItembasicRelation + // tmpPopList = ItembasicPopList.allSchemas + // } } /** 详情操作 */