WXL (wul)
5 天以前 78c6f290eb090d02d92aa97be61b38dd64a28d1e
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;