Commit 6ea9d5de by yiyu.li

bug

parent 20d3ec42
...@@ -521,7 +521,7 @@ export default { ...@@ -521,7 +521,7 @@ export default {
section: this.sectionid, section: this.sectionid,
id:this.locationobj.id, id:this.locationobj.id,
}; };
this.request("/acc/AutomationOperate/Unloading", data, "post").thne( this.request("/acc/AutomationOperate/Unloading", data, "post").then(
(res) => { (res) => {
if (res.data.ret == 1) { if (res.data.ret == 1) {
this.$Message.success(this.$t(res.data.msg)); this.$Message.success(this.$t(res.data.msg));
...@@ -544,7 +544,7 @@ export default { ...@@ -544,7 +544,7 @@ export default {
"/acc/AutomationOperate/Disassemble", "/acc/AutomationOperate/Disassemble",
data, data,
"post" "post"
).thne((res) => { ).then((res) => {
if (res.data.ret == 1) { if (res.data.ret == 1) {
this.$Message.success(this.$t(res.data.msg)); this.$Message.success(this.$t(res.data.msg));
} else { } else {
......
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