乱七八糟

This commit is contained in:
2023-10-23 15:21:33 +08:00
parent 0256bd355d
commit 686c1ae304
29 changed files with 2571 additions and 294 deletions
+2 -1
View File
@@ -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);