|
|
|
|
@ -188,7 +188,7 @@ export default { |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
label: '作业槽', |
|
|
|
|
prop: 'workTankName', |
|
|
|
|
prop: 'workTankId', |
|
|
|
|
search: true, |
|
|
|
|
type: 'select', |
|
|
|
|
sortable: true, |
|
|
|
|
@ -842,7 +842,7 @@ export default { |
|
|
|
|
current:this.page.currentPage, |
|
|
|
|
size:this.page.pageSize, |
|
|
|
|
workCenterId:this.search.wcName ? this.search.wcName : '', |
|
|
|
|
workTankId:this.search.workTankName ? this.search.workTankName : '', |
|
|
|
|
workTankId:this.search.workTankId ? this.search.workTankId : '', |
|
|
|
|
testElement:this.search.testElement ? this.search.testElement : '' |
|
|
|
|
}).then(res =>{ |
|
|
|
|
this.data = res.data.data.records |
|
|
|
|
|