src/views/business/materialOrderComponents/materialOrder/dataLookVisible.vue
@@ -90,7 +90,7 @@ this.getRetestResult(row); }, disabled: (row, index) => { return row.insResult!==0 return row.insResult!=0 } }, ] @@ -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) {