Commit a3092845 authored by renjintao's avatar renjintao

process

parent 44cbacd0
......@@ -624,8 +624,8 @@ export default {
id: this.eid
}
Api.updateimportstatus(parms).then(res => {
if (res.sucess) {
this.$refs.grid.load();
if (res.success) {
this.$emit("on-ok");
}
})
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