<el-select ref="company" v-model="form.company" filterable allow-create placeholder="請(qǐng)選擇" @change="companyChange" > <el-option v-for="item in companyList" :key="item.id" :label="item.name" :value="item.id" /> </el-select>
companyChange() { this.$refs.company.createdLabel = null },
if (this.$refs.company.createdLabel) { // 新添加值 } else { // 列表已有值 }
|
|
來(lái)自: 化繭成蝶時(shí)光機(jī) > 《elementUI》