This commit is contained in:
yanran200730
2022-11-30 16:46:51 +08:00
parent 3835a9a470
commit 127c018d83

View File

@@ -127,7 +127,7 @@
}).then(res => { }).then(res => {
if (res.code == 0) { if (res.code == 0) {
this.isShow = false this.isShow = false
this.getList() this.getInfo(this.params.id)
this.$message.success('核销成功') this.$message.success('核销成功')
} }
}) })