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}} + + +