WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-05-13 5b3486cd4c3199763fd421828c3b76a337c2ebd4
forms/select/CSelect.vue
@@ -107,6 +107,9 @@
            } else {
                url += '?mode=CSelect';
            }
            if (this.chose && typeof this.chose.value !== 'undefined') {
                url += '&value=' + JSON.stringify(this.chose.value);
            }
            Taro.navigateTo({
                url,
                events: {
@@ -117,7 +120,7 @@
                            value,
                        };
                        this.itemRes.onChange(value);
                        this.onSelectFromPage(data);
                        this.onSelectFromPage && this.onSelectFromPage(data);
                    },
                },
            });