From 7fadf8f63451285be97fdf3cb907f6de4390ee60 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 22 Mar 2022 15:44:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/documentManage/library/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/documentManage/library/index.vue b/jero-web/src/views/documentManage/library/index.vue index 2b23877d3..7bbff77fe 100644 --- a/jero-web/src/views/documentManage/library/index.vue +++ b/jero-web/src/views/documentManage/library/index.vue @@ -173,7 +173,7 @@ onOk() { let idList = JSON.parse(JSON.stringify(_this.idList)) _this.verifyBind(idList.join(','), () => { - deleteAction(_this.url.deleteBatch, { ids: idList.join(',') }).then((res) => { + getAction(_this.url.deleteBatch, { ids: idList.join(',') }).then((res) => { if (res.success) { _this.$message.success(_this.$t('OperationSuccessful')) _this.idList = [] @@ -223,7 +223,7 @@ content: _this.$t('ConfirmDelete'), onOk() { _this.verifyBind(val.id, () => { - deleteAction(_this.url.deleteBatch, { ids: val.id }).then((res) => { + getAction(_this.url.deleteBatch, { ids: val.id }).then((res) => { if (res.success) { _this.$message.success(_this.$t('OperationSuccessful')) eventBUs.$emit('searchReset')