el-form-item label=物流状态 prop=returnGoodsStatusel-select v-model=formDatareturnGoodsStatus clearable el-option v-for=item in returnGoodsStatus key=itemdictValue label=itemdictLabel value=itemdictValue
可以通过在
// 在methods中定义handleChange方法 methods: { handleChange() { this.aaaa(); }, aaaa() { // 在这里编写需要执行的代码 }
原文地址: https://www.cveoy.top/t/topic/iNhN 著作权归作者所有。请勿转载和采集!