diff --git a/src/views/sysworkflow/lowcodepage/appListPage.vue b/src/views/sysworkflow/lowcodepage/appListPage.vue index 4cab0bd..b298442 100644 --- a/src/views/sysworkflow/lowcodepage/appListPage.vue +++ b/src/views/sysworkflow/lowcodepage/appListPage.vue @@ -13,8 +13,7 @@ import { Edit, Share, View, - Star, - Hide + Star } from '@element-plus/icons-vue' //引入组件 import AppContainer from '@/views/sysworkflow/lowcodepage/newLowCode/appLayout/appContainer.vue' @@ -98,20 +97,7 @@ 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(() => { - }) -} + /** @ 作者: 秦东 @@ -395,24 +381,21 @@ defineExpose({ {{scope.row.creatertimeStr}} - - -