Commit 4cbcd5fe by yiyu.li

change

parent 9baa94dd
...@@ -410,7 +410,7 @@ export default { ...@@ -410,7 +410,7 @@ export default {
: ""; : "";
let data = { let data = {
fillsn: this.tabindex == "1" ? 0 : 1, fillsn: this.tabindex == "1" ? 0 : 1,
code: code, productcode: code,
}; };
this.request("/acc/AutomationLocation/GetLocationList", data, "get") this.request("/acc/AutomationLocation/GetLocationList", data, "get")
.then((res) => { .then((res) => {
......
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