WXL (wul)
3 天以前 800cd247bc78fb8c05faa2dc858534cec0326a93
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;