chenrui
2025-03-07 b9dc397ec24875d6aeeefa77f7605b75b23365e1
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) {