更新
This commit is contained in:
@@ -157,6 +157,7 @@ export default {
|
||||
}
|
||||
serve.orderSuccess({ id: this.controlWindows.addInfo.id, ...targetPolicy[0] }).then(res => {
|
||||
if (res.code == 20000) {
|
||||
this.$message.success(res.msg)
|
||||
this.closeWindow()
|
||||
}
|
||||
})
|
||||
@@ -164,6 +165,7 @@ export default {
|
||||
}
|
||||
serve.orderSuccess({ id: this.controlWindows.addInfo.id }).then(res => {
|
||||
if (res.code == 20000) {
|
||||
this.$message.success(res.msg)
|
||||
this.closeWindow()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user