集成任务部署开发完成(curd)

This commit is contained in:
hyt 2024-05-08 09:18:15 +08:00
parent 4f26dec9a4
commit 87caa89eb2
1 changed files with 3 additions and 2 deletions

View File

@ -439,8 +439,8 @@ export default {
const res = await getUserModuleApi( const res = await getUserModuleApi(
{ {
tl: 'integrationTaskService', tl: 'integrationTaskService',
as: 'integrationTask', as: '',
dj: 'updateIntegrationTaskSts' dj: 'deleteEntity'
}, },
{ {
id: val.id //id id: val.id //id
@ -454,6 +454,7 @@ export default {
this.pageModel.pageIndex-- this.pageModel.pageIndex--
} }
this.$nextTick(() => { this.$nextTick(() => {
this.$vmNews("删除成功",'success')
this.initTableData({ ...this.searchForm }) this.initTableData({ ...this.searchForm })
}) })
} }