Commit e115b4d7 by yiyu.li

bug

parent 043d65cf
...@@ -399,7 +399,7 @@ export default { ...@@ -399,7 +399,7 @@ export default {
}, },
//获取储位 //获取储位
getStorages() { getStorages() {
this.request("/acc/AutomationLocation/GetLocationList", "", "get") this.request("/acc/AutomationLocation/GetLocationList?fillsn=1", "", "get")
.then((res) => { .then((res) => {
console.log(res.data.data); console.log(res.data.data);
if (res.data.ret == 1) { if (res.data.ret == 1) {
......
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