账号密码登录
微信安全登录
微信扫描二维码登录

登录后绑定QQ、微信即可实现信息互通

手机验证码登录
找回密码返回
邮箱找回 手机找回
注册账号返回
其他登录方式
分享
  • 收藏
    X
    allow-create监听新添加的数据,进入方法内,执行了打印方法不进if方法,实际上this.refs上的值已经变化了。
    54
    0
    valueChange() { console.log(this.$refs.select) console.log(this.$refs.select.createdSelected) console.log(this.$refs.select.createdLabel) if (this.$refs.select.createdSelected) { console.log('进来了') // specificationApi.save(this.optionValue).then(result => { // this.device.specificationId = result.data.specificationId // this.getDeviceSpecificationList() // }) }}, <el-select ref="select" v-model="optionValue.specificationName" filterable allow-create placeholder="请选择仪器规格" @change="valueChange"> <el-option v-for="item in options" :key="item.id" :label="item.specificationName" :value="item.id"/> </el-select> </el-form-item>!
    0
    打赏
    收藏
    点击回答
        全部回答
    • 0
    • 北极猎手 普通会员 1楼
      502 Bad Gateway

      502 Bad Gateway


      nginx
    更多回答
    网站公告
    扫一扫访问手机版
    • 回到顶部
    • 回到顶部