修改bug

This commit is contained in:
2022-03-09 16:45:21 +08:00
parent 507b9da319
commit 3112915398
9 changed files with 195 additions and 50 deletions

View File

@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2021-04-06 20:07:22
* @LastEditors: zwq
* @LastEditTime: 2022-03-03 17:00:54
* @LastEditTime: 2022-03-09 16:19:15
* @Description: file content
-->
<template>
@@ -128,7 +128,7 @@ export default {
// edit here
const res = await equipmentlistList()
if (res.code === 0) {
this.eqList = res.data.records
this.eqList = res.data
}
this.getList()
},