riku
2025-06-13 b2f563e557d7b19334b6591a00001e3fb522da21
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)
    }