fixed addable group

pull/1/head
Doflatango 2017-03-17 10:31:25 +08:00 committed by miraclesu
parent 9a1ff583e4
commit 0e302d3a13
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
</div>
<div class="field">
<label>任务分组</label>
<Dropdown title="选择分组" v-bind:items="groups" v-bind:selected="job.group" v-on:change="changeGroup"></Dropdown>
<Dropdown title="选择分组" v-bind:allowAdditions="true" v-bind:items="groups" v-bind:selected="job.group" v-on:change="changeGroup"></Dropdown>
</div>
</div>
<div class="fields">