乱七八糟
This commit is contained in:
@@ -120,7 +120,8 @@
|
||||
getEquipmentList() {
|
||||
const app = this
|
||||
EquipmentApi.pageEquipment({
|
||||
userId: storage.get("userId")
|
||||
userId: storage.get("userId"),
|
||||
equipmentId: app.options.equipmentId
|
||||
}).then(res => {
|
||||
this.list = res.data.list
|
||||
console.log(res);
|
||||
|
||||
Reference in New Issue
Block a user