gaoluyang
2025-03-07 c7447a150ade6c7f7d98100651035a843d8a99c6
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) {