|
|
@ -157,14 +157,14 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
serve.orderSuccess({ id: this.controlWindows.addInfo.id, ...targetPolicy[0] }).then(res => { |
|
|
|
serve.orderSuccess({ id: this.controlWindows.addInfo.id, ...targetPolicy[0] }).then(res => { |
|
|
|
if (res.code == 20000) { |
|
|
|
if (res.code == 20000) { |
|
|
|
this.getByPage() |
|
|
|
this.closeWindow() |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
serve.orderSuccess({ id: this.controlWindows.addInfo.id }).then(res => { |
|
|
|
serve.orderSuccess({ id: this.controlWindows.addInfo.id }).then(res => { |
|
|
|
if (res.code == 20000) { |
|
|
|
if (res.code == 20000) { |
|
|
|
this.getByPage() |
|
|
|
this.closeWindow() |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
|