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(() => { }); }