集成任务部署开发完成(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(
{
tl: 'integrationTaskService',
as: 'integrationTask',
dj: 'updateIntegrationTaskSts'
as: '',
dj: 'deleteEntity'
},
{
id: val.id //id
@ -454,6 +454,7 @@ export default {
this.pageModel.pageIndex--
}
this.$nextTick(() => {
this.$vmNews("删除成功",'success')
this.initTableData({ ...this.searchForm })
})
}