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