Skip to content

After packaging, download and time component selections are invalid #5393

@vs2pk0

Description

@vs2pk0
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

3.1.0-rc.2

Environment

production

Reproduction link

https://dev-mpcs.dazzlesky.com/dakeyun-pc/#/stationsPriceSet

Steps to reproduce



<a-select v-model:value="searchData.provinceCode"
style="width: 140px"
placeholder="请选择"
@change="getCityList($event,'cityCode')">
全部
{{item.name}}


js

const searchData = reactive({
//省
provinceCode: "",
});

What is expected?

希望能解决

What is actually happening?

vue3.0开发,yarn build打包


打开网址后可以测试

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions