-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
2.0.0-rc.8
Environment
所有版本
Reproduction link
Steps to reproduce
<RequestModal @Form="getForm" ref="requestModal" :title="isAdd ? '新增店铺' : '修改店铺'" :requestFn="requestFn" :wrapperCol="{span: 15}" v-bind="$attrs">
<template #default>
<HgboxScrollRequestSelect @search="search" :data="chooseAreaRequestFn" placeholder="请选择片区" v-decorator="['area_id']">
HgboxScrollRequestSelect组件代码
<a-select v-bind="$attrs" show-search @popupScroll="popupScroll" :options="options" @search="search" :filterOption="false" v-on="$listeners">
What is expected?
回显正常
What is actually happening?
二次封装的select回显有问题