xuxueyang
2024-07-08 db1e982d2e12a596b68a0f1ceafa219fdbbc61b9
components/dying318-picker/Picker.vue
@@ -50,8 +50,8 @@
                value: Object,
                default() {
                    return {
                        value: 'value',
                        label: 'label',
                        value: 'id',
                        label: 'name',
                        children: 'children'
                    }
                }
@@ -131,6 +131,8 @@
                        this.setColumn(index, pickerList)
                    })
                    this.reactModel = false;
               console.log('init picker',this.pickerList)
                } else {
                    this.setColumn(0, this.pickerList)
                }
@@ -349,7 +351,7 @@
                    font-size: 36rpx;
                }
                .confirm {
                    color: #007aff;
                    color: #20613D;
                }
            }