WXL (wul)
2025-10-25 b60394f8417f6565ea673f47375ee33dd17688c0
src/views/followvisit/tasklist/index.vue
@@ -650,6 +650,7 @@
    this.tasktopic = this.$route.query.tasktopic
      ? this.$route.query.tasktopic
      : this.tasktopic;
    this.tasktopic = Number(this.tasktopic);
    this.getList();
    this.getConfigKey("sys.user.initPassword").then((response) => {
      this.initPassword = response.msg;