vue 表單值不能輸入或下拉框無法操作、無法選中

1、下拉框無法選中

<el-select v-model="value" placeholder="請選擇" @change="change()">
      <el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"></el-option>
</el-select>
change(){
      this.$forceUpdate()
  }

或者

    this.$set(this.set,'app_accept_list',this.change_user_detail(res.app_accept_list))//select 是添加對象屬性選不中問題//強行rednerthis.$forceUpdate()

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章