[update OCR] 上传完成后弹框没有关闭
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user