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 () { mounted () {
this.reFresh() this._queryDevice()
// this.reFresh()
}, },
beforeDestroy () { beforeDestroy () {
if (this.timer) { if (this.timer) {

View File

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