gaoluyang
2025-03-14 ad02be39ac051924dbd80ef003fa0ca403712eb0
项检分析分页修改
已修改1个文件
2 ■■■ 文件已修改
src/views/statisticalCharts/itemInspectionAnalysis/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/statisticalCharts/itemInspectionAnalysis/index.vue
@@ -423,7 +423,7 @@
    },
    // 查询回调
    refreshTable(row) {
      selectSampleAndProductByOrderId({id: row.id}).then(res => {
      selectSampleAndProductByOrderId({id: row.id, ...this.page}).then(res => {
        this.tableLoading = false
        if (res.code === 200) {
          this.tableData = res.data.records