riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
pages/cluetask/home/tasks-proxy.js
@@ -13,7 +13,7 @@
  methods: {
    searchClueTask(page) {
      const options = this._getOptions()
      options.finished = false
      // options.finished = false
      return searchClueTask(options, page, 30).then(res => {
        this.setData({ clueTaskList: res.data });
        this.formatClueTask();