This commit is contained in:
曹辉 2023-01-29 17:31:25 +08:00
parent 9fa71f8f99
commit 7fdd839ddb

View File

@ -560,6 +560,7 @@ export default {
}); });
} }
this.getList(); this.getList();
this.info();
this.$modal.msgSuccess("删除成功"); this.$modal.msgSuccess("删除成功");
}) })
.catch(() => {}); .catch(() => {});