Commit e115b4d7 by yiyu.li

bug

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