spring
2025-03-11 368b525db5f3f4f82b13c074341708a46b9a4111
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) {