From 5c62b79a668ef7be38d597e34287452ba6b5e25f Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Wed, 24 Jul 2024 11:14:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BD=8E=E4=BB=A3=E7=A0=81BU?= =?UTF-8?q?G?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DesignForm/tableListPage/index.vue | 2 +- .../sysworkflow/lowcodepage/appListPage.vue | 31 ++++- .../appPage/appPageForm/openAppFormPage.vue | 4 +- .../sysworkflow/lowcodepage/appPage/index.vue | 2 +- src/views/sysworkflow/lowcodepage/index.vue | 126 +++++++++++++++++- .../appLayoutEdit/appContainerPage.vue | 30 ++++- 6 files changed, 178 insertions(+), 17 deletions(-) diff --git a/src/components/DesignForm/tableListPage/index.vue b/src/components/DesignForm/tableListPage/index.vue index d63ca47..2bcc89c 100644 --- a/src/components/DesignForm/tableListPage/index.vue +++ b/src/components/DesignForm/tableListPage/index.vue @@ -863,7 +863,7 @@ const tabsView = (val:any,types:number) => {
- 查1询 + 查询 重置
diff --git a/src/views/sysworkflow/lowcodepage/appListPage.vue b/src/views/sysworkflow/lowcodepage/appListPage.vue index f5ca326..d06a36c 100644 --- a/src/views/sysworkflow/lowcodepage/appListPage.vue +++ b/src/views/sysworkflow/lowcodepage/appListPage.vue @@ -13,7 +13,8 @@ import { Edit, Share, View, - Star + Star, + Hide } from '@element-plus/icons-vue' //引入组件 import AppContainer from '@/views/sysworkflow/lowcodepage/newLowCode/appLayout/appContainer.vue' @@ -97,7 +98,20 @@ const delFormApp = (val:customerFormCont) => { loadingApp.value = false }) } - +/** +@ 作者: 秦东 +@ 时间: 2024-07-24 09:36:37 +@ 功能: 改变App状态 +*/ +const editAppFormState = (val:customerFormCont) => { + let stateVal = val.states==1?2:1; + editProductionFormStatus({id:[val.id.toString()],status:stateVal,is_delete:false}) + .then(({data})=>{ + getFormAppList(props.searchQuery) + }) + .finally(() => { + }) +} /** @ 作者: 秦东 @@ -381,11 +395,22 @@ defineExpose({ {{scope.row.creatertimeStr}} + + +