王震
2023-09-15 5c76f242b20281b51d01ce2266e8beaafe8ae5a6
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
        },