no message
This commit is contained in:
@@ -19,7 +19,8 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
this.reFresh()
|
||||
this._queryDevice()
|
||||
// this.reFresh()
|
||||
},
|
||||
beforeDestroy () {
|
||||
if (this.timer) {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user