feat: mpoint_form设备选择等
This commit is contained in:
parent
c25c237cd6
commit
d332a78ee2
|
@ -97,6 +97,7 @@
|
||||||
v-model="form.ep_belong"
|
v-model="form.ep_belong"
|
||||||
placeholder="所属设备"
|
placeholder="所属设备"
|
||||||
clearable
|
clearable
|
||||||
|
filterable
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
|
@ -135,6 +136,7 @@
|
||||||
v-model="form.material"
|
v-model="form.material"
|
||||||
placeholder="计量物料"
|
placeholder="计量物料"
|
||||||
clearable
|
clearable
|
||||||
|
filterable
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
|
@ -208,6 +210,7 @@
|
||||||
v-model="form.ep_monitored"
|
v-model="form.ep_monitored"
|
||||||
placeholder="所监测设备"
|
placeholder="所监测设备"
|
||||||
clearable
|
clearable
|
||||||
|
filterable
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
|
@ -384,7 +387,7 @@ export default {
|
||||||
//获取设备列表
|
//获取设备列表
|
||||||
getEquipment() {
|
getEquipment() {
|
||||||
this.$API.em.equipment.list
|
this.$API.em.equipment.list
|
||||||
.req({ page: 0, type: 10 })
|
.req({ page: 0 })
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.epOptions = res;
|
this.epOptions = res;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue