WXL
2024-05-27 5339f63a6ab4611681b8ffd0a295193b1f5986b6
测试完成
已修改1个文件
8 ■■■■ 文件已修改
src/views/repositoryai/templateku/configurat/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/repositoryai/templateku/configurat/index.vue
@@ -870,7 +870,9 @@
      topicobj: {},
      total: 1,
      id: "",
      ruleForm: {},
      ruleForm: {
        templateName: "",
      },
      rules: {},
      optionstag: [],
      prefollowuplist: [],
@@ -972,7 +974,7 @@
    RoutingDataProcessing() {
      this.id = this.$route.query.id;
      this.task = this.$route.query.task;
      console.log(this.task,'task');
      console.log(this.task, "task");
      if (this.task) {
        this.id = this.$route.query.id;
      }
@@ -980,6 +982,7 @@
    // 获取表单数据
    getvFollowup() {
      getvFollowup({ id: this.id }).then((res) => {
        if (res == 200 && res.data) {
        this.ruleForm = res.data;
        this.tempDetpRelevanceslist = JSON.parse(this.ruleForm.deptNames);
@@ -996,6 +999,7 @@
          this.processElement
        );
        console.log(this.ruleForm.suitway);
        }
      });
      getillnesslist({
        pageNum: 1,