|
@@ -141,11 +141,11 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- title: '备件编号',
|
|
|
+ title: '存货编号',
|
|
|
dataIndex: 'no'
|
|
|
},
|
|
|
{
|
|
|
- title: '备件名称',
|
|
|
+ title: '存货名称',
|
|
|
dataIndex: 'spareName'
|
|
|
},
|
|
|
{
|
|
@@ -263,10 +263,7 @@ export default {
|
|
|
this.selectedRows = selectedRows
|
|
|
},
|
|
|
resetSearchForm () {
|
|
|
- this.queryParam.keyword = null
|
|
|
- this.queryParam.typeId = null
|
|
|
- this.queryParam.model = null
|
|
|
- this.queryParam.storeId = null
|
|
|
+ this.queryParam = {}
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|
|
|
base (record, queryParam = {}) {
|