diff --git a/src/views/goodsManagement/goodsList.vue b/src/views/goodsManagement/goodsList.vue index eb4f1cc..055a8cf 100644 --- a/src/views/goodsManagement/goodsList.vue +++ b/src/views/goodsManagement/goodsList.vue @@ -615,7 +615,9 @@ export default { } getDetailLog(query).then(res => { if (res.data.code == 200) { - this.logData = res.data.data + this.logData = res.data.data.records + console.log(111111,res.data.data.records) + this.logPage.total = res.data.data.total } }) }, diff --git a/src/views/operation/hand.vue b/src/views/operation/hand.vue index e1ddee5..931205b 100644 --- a/src/views/operation/hand.vue +++ b/src/views/operation/hand.vue @@ -53,7 +53,7 @@