This commit is contained in:
xiaozhiyong
2023-05-16 16:52:21 +08:00
parent 45eb65c3c9
commit e58836f1dd
2 changed files with 9 additions and 3 deletions

View File

@@ -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()
}
})