Commit 66a7bb05 authored by 李苏's avatar 李苏 💬

调整

parent dba8288b
...@@ -125,7 +125,14 @@ ...@@ -125,7 +125,14 @@
span: 6, span: 6,
type: 'input', type: 'input',
value: '' value: ''
} },
{
label: '设备编码',
prop: 'sbxxCode',
span: 6,
type: 'input',
value: ''
}
] ]
], ],
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</div> --> </div> -->
</div> </div>
<!-- <div class="toolButton2"> <!-- <div class="toolButton2">
<div class="flex1 text-center"> <div class="flex1 text-center">
<el-checkbox v-model="xzjj">选中时近景</el-checkbox> <el-checkbox v-model="xzjj">选中时近景</el-checkbox>
</div> </div>
...@@ -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,7 +123,14 @@ ...@@ -123,7 +123,14 @@
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