We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有没有遇到过 行内编辑 el-Select选择完成后或者input 输入断焦 滚动条到最顶部的问题 具体问题 为行内
The text was updated successfully, but these errors were encountered:
No branches or pull requests
有没有遇到过 行内编辑 el-Select选择完成后或者input 输入断焦 滚动条到最顶部的问题
具体问题 为行内
<el-select
v-model="row.model"
filterable
:loading="loadingSpecs"
@Focus="focusSpecs(row)"
@change="changeSpecs(row,$event,index)"
v-if="row.materialName && rowIndex == $index && (row.materialSource == 1 || row.materialSource == 4) && contractInfo.contractClassify != 1"
>
{{ row.model }}
选择完成后滚动条出现到顶部问题
The text was updated successfully, but these errors were encountered: