iview Checkbox 多选框 单个的时候 如果需要change 以后进行赋值 就要用value 不要用v-modal 然后用updateModel 方法

noSuchSituationSetFalse () {
      this.noSuchSituationOne = false
      this.$refs.noSuchSituationRef.updateModel()
      this.noSuchSituationHandleAPI('0')
    },
    noSuchSituationSetTrue () {
      this.noSuchSituationOne = true
      this.$refs.noSuchSituationRef.updateModel()
      this.noSuchSituationHandleAPI('1')
    },
原文地址:https://www.cnblogs.com/pengchenggang/p/11356952.html