src/components/search/OptionSceneType.vue @@ -59,7 +59,7 @@ sceneTypes() { if (this.sourceInit) { // 当因为type或者allOption参数变化引起选项变更时,清空当前选项 this.handleChange() // this.handleChange() } return enumScene(this.type, this.allOption) }