Commit 130d00b5 authored by hiyonx's avatar hiyonx

更新销售订单sap

parent bc29583f
...@@ -334,7 +334,7 @@ export default { ...@@ -334,7 +334,7 @@ export default {
if (valid) { if (valid) {
syncSapData(this.sapInfo).then(() => { syncSapData(this.sapInfo).then(() => {
this.onGoBack() this.onGoBack()
this.$message.error("操作成功") this.$message.success("操作成功")
}).finally(() => this.loading = false) }).finally(() => this.loading = false)
} else { } else {
this.loading = false this.loading = false
......
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