|
@@ -17,8 +17,8 @@
|
|
|
<a-form layout="inline">
|
|
|
<a-row :gutter="48">
|
|
|
<a-col :md="6" :sm="24">
|
|
|
- <a-form-item label="关键字">
|
|
|
- <a-input v-model.trim="queryParam.keyword" placeholder="请输入名称/编码"/>
|
|
|
+ <a-form-item label="设备位号">
|
|
|
+ <a-input v-model.trim="queryParam.positionNo" placeholder="请输入设备位号"/>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|
|
@@ -327,7 +327,7 @@ export default {
|
|
|
},
|
|
|
handleView (record) {
|
|
|
this.visible = false
|
|
|
- fetchSbInfo({ id: record.id }).then(res => {
|
|
|
+ fetchSbInfo({ id: record.sbId }).then(res => {
|
|
|
const modal = this.$refs.detailModal
|
|
|
modal.base(res.data)
|
|
|
})
|