代码更新

This commit is contained in:
ludj
2023-09-18 20:37:11 +08:00
parent 7bb60d4c39
commit e9e1324e5d
7 changed files with 479 additions and 449 deletions

View File

@@ -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"