riku
2024-09-11 89ab2ec7f8790c5cc184de98682af032c69c2afc
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)
    }