WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2022-10-14 c2f169a2448e4162ac36c22548c069fa4b1f6b22
forms/select/CSelect.vue
@@ -125,8 +125,12 @@
    },
    methods: {
        handleChange(evt) {
            const item = this.options[evt.value];
            this.itemRes.onChange(item[this.optionKey]);
            if (typeof this.optionKey === 'undefined') {
                this.itemRes.onChange();
            } else {
                const item = this.options[evt.value];
                this.itemRes.onChange(item[this.optionKey]);
            }
        },
        onGoToSelectorPage() {
            let url = this.selectByPage;