diff --git a/src/views/inspection/inspectionGoods/index.vue b/src/views/inspection/inspectionGoods/index.vue
index edbd6d9..8619c49 100644
--- a/src/views/inspection/inspectionGoods/index.vue
+++ b/src/views/inspection/inspectionGoods/index.vue
@@ -122,11 +122,11 @@
-
-
-
-
-
+
+
+
+
+
@@ -182,7 +182,7 @@
@pagination="getList"
/>
-
+
@@ -429,7 +429,7 @@
getList() {
this.loading = true;
listInspectionGoods(this.queryParams).then(response => {
- this.inspectionGoodsList = response.rows;
+ this.inspectionGoodsList = response.data.records;
this.inspectionGoodsList.price=this.inspectionGoodsList.price / 100
this.total = response.total;
this.loading = false;