更新
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user