Commit a3092845 authored by renjintao's avatar renjintao

process

parent 44cbacd0
...@@ -624,8 +624,8 @@ export default { ...@@ -624,8 +624,8 @@ export default {
id: this.eid id: this.eid
} }
Api.updateimportstatus(parms).then(res => { Api.updateimportstatus(parms).then(res => {
if (res.sucess) { if (res.success) {
this.$refs.grid.load(); this.$emit("on-ok");
} }
}) })
this.$emit("on-close"); this.$emit("on-close");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment