riku
2025-04-28 3acec796e54dc2f5e7d93e8ca72db7da9ec46f60
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)
    }