WXL
2024-05-27 b2278ee7b3934157b2400d75c39957a8885ade9f
测试完成
已修改1个文件
15 ■■■■■ 文件已修改
src/views/repositoryai/templateku/configurat/index.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/repositoryai/templateku/configurat/index.vue
@@ -872,6 +872,9 @@
      id: "",
      ruleForm: {
        templateName: "",
        ivrLibaTemplateTagList: [],
        ivrLibaTemplateScriptVOList: [],
        tempDetpRelevances: [],
      },
      rules: {},
      optionstag: [],
@@ -982,9 +985,9 @@
    // 获取表单数据
    getvFollowup() {
      getvFollowup({ id: this.id }).then((res) => {
        if (res == 200 && res.data) {
        if (res.code == 200 && this.id) {
          console.log(2211);
          this.ruleForm = res.data;
          this.tempDetpRelevanceslist = JSON.parse(this.ruleForm.deptNames);
          this.ruleForm.suitway = this.ruleForm.suitway.split(",");
          this.ruleForm.campus = this.ruleForm.campus.split(",");
@@ -1007,9 +1010,11 @@
      }).then((response) => {
        this.optionsillness = response.rows;
      });
      getillness({ outid: this.id, type: 3 }).then((res) => {
        this.illnesslist = res.rows;
      });
      if (this.id) {
        getillness({ outid: this.id, type: 3 }).then((res) => {
          this.illnesslist = res.rows;
        });
      }
      listDept(this.queryParams).then((response) => {
        this.deptList = this.handleTree(response.data, "deptId");
      });