src/components/view/finishedProductInspection.vue
@@ -350,7 +350,6 @@ }, async getInspectionTableData() { const {data:{row,total}} = await this.$axios.get(this.$api.url.finishedInsListPage,{params:{...this.pageParams,...this.searchData}}) console.log(row) this.inspectionTable = row this.pageParams.total = total },