U - 更新前端HostRel警告

pull/15/head
Fighter 2019-06-27 11:11:00 +08:00 committed by GitHub
parent 8c82a4af7a
commit d0ca9d23f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template>
<div>
<el-select v-model="type" style="margin-bottom: 15px" placeholder="请选择环境">
<el-option v-for="env in this.owner" :label="env.name" :value="env.id">
<el-option v-for="env in this.owner" :label="env.name" :value="env.id" :key="env.id">
</el-option>
</el-select>
<el-transfer :titles="['未选主机', '已选主机']" v-if="type === ''" :data="ecs_host"></el-transfer>
@ -89,4 +89,4 @@
// this.fetch_relationship()
}
}
</script>
</script>