修改bug
This commit is contained in:
@@ -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()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user