WXL
2 天以前 fe70ca5799b3b36a6d567464b545782728b2afed
src/views/repositoryai/templateku/configurat/index.vue
@@ -272,7 +272,7 @@
              </el-option>
            </el-select>
          </el-form-item>
          <el-row>
          <!-- <el-row>
            <el-col :span="20"
              ><el-form-item label="适用科室" prop="region">
                <el-select
@@ -317,7 +317,7 @@
                  </el-option>
                </el-select> </el-form-item
            ></el-col>
          </el-row>
          </el-row> -->
          <el-row>
            <el-col :span="12"
              ><el-form-item label="开场白" prop="revisitBefore">
@@ -1698,6 +1698,8 @@
    },
    // 获取表单数据
    getvFollowup() {
      console.log(this.id,'id');
      if (this.id) {
        getvFollowup({ id: this.id }).then((res) => {
          if (res.code == 200) {
@@ -1752,27 +1754,27 @@
      this.tempDetpRelevanceslist = [];
      this.tempbelongWards = [];
      if (this.id) {
        depthospgetsonlist(this.queryParamsdept).then((res) => {
          if (res.code == 200) {
            let arr = res.rows;
            console.log(arr, "arr");
      // if (this.id) {
      //   depthospgetsonlist(this.queryParamsdept).then((res) => {
      //     if (res.code == 200) {
      //       let arr = res.rows;
      //       console.log(arr, "arr");
            arr.forEach((item) => {
              if (item.deptType == 1) {
                console.log(this.deptlist, "11");
                this.deptlist.push(item);
                console.log("22");
                this.tempDetpRelevanceslist.push(item.deptCode);
              } else if (item.deptType == 2) {
                this.hosplist.push(item);
                this.tempbelongWards.push(item.deptCode);
                console.log("33");
              }
            });
          }
        });
      }
      //       arr.forEach((item) => {
      //         if (item.deptType == 1) {
      //           console.log(this.deptlist, "11");
      //           this.deptlist.push(item);
      //           console.log("22");
      //           this.tempDetpRelevanceslist.push(item.deptCode);
      //         } else if (item.deptType == 2) {
      //           this.hosplist.push(item);
      //           this.tempbelongWards.push(item.deptCode);
      //           console.log("33");
      //         }
      //       });
      //     }
      //   });
      // }
      // 疾病
      getillnesslist({
@@ -1899,32 +1901,32 @@
    // 科室处理
    Departmenttreatment() {
      this.$modal.loading("正在修正保存数据,请稍候...");
      this.tempDetpRelevanceslist.forEach((item) => {
        let result = this.deptlist.some((obj) => obj.deptCode == item);
      // this.tempDetpRelevanceslist.forEach((item) => {
      //   let result = this.deptlist.some((obj) => obj.deptCode == item);
        if (!result) {
          this.tempDetpRelevanceslistform.push({
            deptType: 1,
            longTemp: this.ruleForm.longTemp,
            deptCode: item,
            tempid: this.id,
            type: 2,
          });
        }
      });
      this.tempbelongWards.forEach((item) => {
        let result = this.hosplist.some((obj) => obj.deptCode == item);
        if (!result) {
          this.tempbelongWardsform.push({
            deptType: 2,
            longTemp: this.ruleForm.longTemp,
            deptCode: item,
            tempid: this.id,
            type: 2,
            // 1 : 问卷模板库id、11:问卷任务模板库id;2 :语音问卷库id、21:语音任务模板库id,3 : 宣教模板库id,33:宣教任务模板库id
          });
        }
      });
      //   if (!result) {
      //     this.tempDetpRelevanceslistform.push({
      //       deptType: 1,
      //       longTemp: this.ruleForm.longTemp,
      //       deptCode: item,
      //       tempid: this.id,
      //       type: 2,
      //     });
      //   }
      // });
      // this.tempbelongWards.forEach((item) => {
      //   let result = this.hosplist.some((obj) => obj.deptCode == item);
      //   if (!result) {
      //     this.tempbelongWardsform.push({
      //       deptType: 2,
      //       longTemp: this.ruleForm.longTemp,
      //       deptCode: item,
      //       tempid: this.id,
      //       type: 2,
      //       // 1 : 问卷模板库id、11:问卷任务模板库id;2 :语音问卷库id、21:语音任务模板库id,3 : 宣教模板库id,33:宣教任务模板库id
      //     });
      //   }
      // });
      setTimeout(() => {
        this.submitForm();
      }, 1000);