猿问

element-ui的级联选择器

饿了么ui的级联选择器,@change函数后面如何传参。

` <el-cascader


            size="small"

            :placeholder="scope.row.commodity_name"

            :show-all-levels="false"

            :options="options"

            filterable

            

            @change="handleChange"

          ></el-cascader>`

          

handleChange这个函数默认是有一个回调参数,如何在获取其他参数,比如@change="handleChange(默认的参数,自己想要的参数)"


有只小跳蛙
浏览 946回答 1
1回答

暮色呼如

@change="handleChange(arguments,'aaa')"&nbsp;handleChange(args,val) {&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; console.log(args,val);&nbsp; }
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答