gaoluyang
2025-03-07 d89cb6dd712e8a5fe21f2a1ab2d1dbb16fbc0341
src/views/business/materialOrderComponents/materialOrder/dataLookVisible.vue
@@ -138,7 +138,7 @@
        this.entity.id = this.dataLookInfo.quarterOrderId
      }
      this.tableLoading = true
      const params = {...this.entity}
      const params = {...this.entity, ...this.page}
      selectSampleAndProductByOrderId(params).then(res => {
        this.tableLoading = false
        if (res.code === 200) {