代码更新
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<el-form-item label="所属设备">
|
||||
<el-select v-model="query.device_id" style="width: 185px;" filterable clearable placeholder="请选择设备" @change="refrence">
|
||||
<el-option
|
||||
v-for="item in deviceList"
|
||||
v-for="item in deviceList1"
|
||||
:key="item.device_id"
|
||||
:label="item.device_name"
|
||||
:value="item.device_id"
|
||||
|
||||
Reference in New Issue
Block a user