Commit fb64824f authored by Damon's avatar Damon

feat: 物料库接口更换

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