Commit fb64824f authored by Damon's avatar Damon

feat: 物料库接口更换

parent 7056795c
......@@ -170,7 +170,7 @@
}
this.searchedKeyword = this.keyword
this.$u.api.reserveList(param).then((res) => {
this.$u.api.getMyReserve(param).then((res) => {
if (res.code == 200) {
this.partsList = []
let list = res.data || []
......@@ -207,7 +207,6 @@
}
},
allSelect(value) { // 底部勾选全选
console.log(value)
for (var item of this.partsList) {
item.selected = value
item.quantity = value ? item.stock : 0
......
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