Commit 6ea9d5de by yiyu.li

bug

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