Skip to content
New issue

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

cascader 组件显示异常 #5832

Open
ranlu823 opened this issue Jun 27, 2024 · 0 comments
Open

cascader 组件显示异常 #5832

ranlu823 opened this issue Jun 27, 2024 · 0 comments

Comments

@ranlu823
Copy link

ranlu823 commented Jun 27, 2024

cascader

Page({

/**

  • 页面的初始数据
    */
    data: {
    cascaderValue: '',
    treeData: [
    {
    value: '1', text: '破碎系统',
    children: [
    {
    value: '101', text: '石灰石破碎',
    children: [
    { value: '10101', text: '二线重型板式给料机(202.01)' },
    { value: '10102', text: '驱动装置(02.01.01)' },
    { value: '10103', text: '头轮装置(02.01.02)' },
    { value: '10104', text: '拉紧装置(02.01.03)' }
    ]
    },
    { value: '102', text: '辅料破碎', children: [] },
    { value: '103', text: '原煤破碎', children: [] }
    ]
    },
    {
    value: '2', text: '1#生产线',
    children: [
    { value: '20101', text: '1#原料预均化', children: [] },
    { value: '20102', text: '1#生料制备', children: [] },
    { value: '20103', text: '1#煤粉制备', children: [] },
    { value: '20104', text: '1#熟料烧成', children: [] },
    { value: '20105', text: '1#水泥粉磨', children: [] },
    { value: '20106', text: '1#水泥包装系统', children: [] }
    ]
    },
    { value: '3', text: '2#生产线', children: [] },
    { value: '4', text: '品质部', children: [] }
    ]
    },

show() {
const that = this;
this.setData({ regionShow: true });
},

onClose() {
this.setData({ regionShow: false });
},

regionChange(event) {
let aaa = event;
},

})

Vant Weapp 版本

1.11.6

描述一下你遇到的问题。

微信截图_20240627150331
微信截图_20240627150737

重现步骤

微信小程序模拟器

设备/浏览器

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant