From 89fc57d707363aaaa30251648beb930a014b0a23 Mon Sep 17 00:00:00 2001 From: cl Date: Thu, 8 Jul 2021 21:00:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=8F=90=E7=A4=BA=E6=96=87?= =?UTF-8?q?=E6=A1=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mall4v/src/views/modules/shop/hotSearch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mall4v/src/views/modules/shop/hotSearch.vue b/mall4v/src/views/modules/shop/hotSearch.vue index c70e38d..7d6654b 100644 --- a/mall4v/src/views/modules/shop/hotSearch.vue +++ b/mall4v/src/views/modules/shop/hotSearch.vue @@ -118,7 +118,7 @@ export default { var ids = row.hotSearchId ? [row.hotSearchId] : this.dataListSelections.map(item => { return item.hotSearchId }) - this.$confirm(`确定对[id=${ids.join(',')}]进行[${row.hotSearchId ? '删除' : '批量删除'}]操作?`, '提示', { + this.$confirm(`确定进行[${row.hotSearchId ? '删除' : '批量删除'}]操作?`, '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning'