[update OCR] 上传完成后弹框没有关闭

This commit is contained in:
danshihao
2024-08-30 16:26:47 +08:00
parent 0df72fa6d5
commit 1a4969ff85
@@ -145,7 +145,7 @@ export default {
const params = Object.assign({}, this.model, values)
const url = this.model.id ? this.url.edit : this.url.add
postAction(url, params).then((res) => {
if (res.success) {
if (res.ok) {
that.$message.success(res.message)
that.close()
} else {