Riku
2025-06-23 ff82e86becbd200adabd2ce56fba1f6b3c6c37e1
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)
    }