This commit is contained in:
yanran200730
2022-02-07 14:38:08 +08:00
parent c452f12eb9
commit ac52cd0d59

View File

@@ -262,7 +262,7 @@
this.instance.post(`/app/appepidemicunusuallog/delete?ids=${id}`).then(res => {
if (res.code == 0) {
this.$message.success('删除成功!')
this.getList()
this.getRecordList(this.params.id)
}
})
})