Commit b59047cd authored by huangyy's avatar huangyy

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

parents ac2f1cfa 66a7bb05
...@@ -125,6 +125,13 @@ ...@@ -125,6 +125,13 @@
span: 6, span: 6,
type: 'input', type: 'input',
value: '' value: ''
},
{
label: '设备编码',
prop: 'sbxxCode',
span: 6,
type: 'input',
value: ''
} }
] ]
......
...@@ -486,12 +486,17 @@ ...@@ -486,12 +486,17 @@
this.showDialog = true this.showDialog = true
}, },
apiGetYwxx() { 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 || [] this.ywlistData = res.data.records || []
}) })
}, },
apiGetJxxx() { 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 || [] this.jxlistData = res.data.records || []
}) })
}, },
......
...@@ -123,6 +123,13 @@ ...@@ -123,6 +123,13 @@
span: 6, span: 6,
type: 'input', type: 'input',
value: '' 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