Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
闫晓茹 2024-03-07 14:21:58 +08:00
commit b688446b09

View File

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