From b25eb56f3940704b2ad04ed410765230e70b53f5 Mon Sep 17 00:00:00 2001 From: shidongli Date: Thu, 7 Mar 2024 13:34:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B4=A0=E6=9D=90=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/materials/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/manage/materials/index.vue b/src/views/manage/materials/index.vue index 773afdb..9fe8ef2 100644 --- a/src/views/manage/materials/index.vue +++ b/src/views/manage/materials/index.vue @@ -626,8 +626,12 @@ export default { this.$modal.confirm('是否确认删除该素材信息?').then(function () { return delMaterials(ids); }).then(() => { - this.getList(); this.$modal.msgSuccess("删除成功"); + // this.ids=[]; + this.getList(); + + this.multiple = true + }).catch(() => { }); }