From 87caa89eb2429f2b37a53e0c2331c6c9b6a530b3 Mon Sep 17 00:00:00 2001 From: hyt <958868763@qq.com> Date: Wed, 8 May 2024 09:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E6=88=90=E4=BB=BB=E5=8A=A1=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E5=BC=80=E5=8F=91=E5=AE=8C=E6=88=90(curd)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/intergrationTask/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/intergrationTask/index.vue b/src/views/intergrationTask/index.vue index effb820..a90e810 100644 --- a/src/views/intergrationTask/index.vue +++ b/src/views/intergrationTask/index.vue @@ -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 }) }) }