no message

This commit is contained in:
蔡玲
2024-10-12 14:27:43 +08:00
parent 595da21046
commit ed24973697
2 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ export default {
}
},
mounted () {
this.reFresh()
this._queryDevice()
// this.reFresh()
},
beforeDestroy () {
if (this.timer) {

View File

@@ -113,8 +113,8 @@
<el-option
v-for="item in options4"
:key="item.task_id"
:label="item.task_id"
:value="item.task_name">
:label="item.task_name"
:value="item.task_id">
</el-option>
</el-select>
</div>