md
This commit is contained in:
parent
45ba34de33
commit
633cb75515
@ -13,13 +13,12 @@
|
||||
no-data-text=""
|
||||
|
||||
@blur="onBlur"
|
||||
|
||||
@change="onChange"
|
||||
@click.native="onClick"
|
||||
@visible-change="reverseArrow"
|
||||
>
|
||||
<el-option v-for="item in optionItems" :key="item.siteCode" :label="item.siteName" :value="item.siteCode" ></el-option>
|
||||
</el-select>
|
||||
<!-- @change="onChange" -->
|
||||
|
||||
</template>
|
||||
<script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user