Commit b59047cd authored by huangyy's avatar huangyy

Merge branch 'master' of gitlab.gavelinfo.com:lisu/zghywpc-vue

parents ac2f1cfa 66a7bb05
......@@ -125,7 +125,14 @@
span: 6,
type: 'input',
value: ''
}
},
{
label: '设备编码',
prop: 'sbxxCode',
span: 6,
type: 'input',
value: ''
}
]
],
......
......@@ -61,7 +61,7 @@
</div> -->
</div>
<!-- <div class="toolButton2">
<!-- <div class="toolButton2">
<div class="flex1 text-center">
<el-checkbox v-model="xzjj">选中时近景</el-checkbox>
</div>
......@@ -486,12 +486,17 @@
this.showDialog = true
},
apiGetYwxx() {
this.$post('ywxxgl/uywxx/query', this.queryParams).then(res => {
this.$post('ywxxgl/uywxx/query', {
sbxxCode: this.selectedModel.name,
}
).then(res => {
this.ywlistData = res.data.records || []
})
},
apiGetJxxx() {
this.$post('jxgl/usbjx/query', this.queryParams).then(res => {
this.$post('jxgl/usbjx/query', {
sbxxCode: this.selectedModel.name
}).then(res => {
this.jxlistData = res.data.records || []
})
},
......
......@@ -123,7 +123,14 @@
span: 6,
type: 'input',
value: ''
}
},
{
label: '设备编码',
prop: 'sbxxCode',
span: 6,
type: 'input',
value: ''
}
]
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment