WXL (wul)
3 天以前 eb443365f2793c02e20c9e9fd3d611618cd30cba
测试完成
已修改4个文件
29 ■■■■■ 文件已修改
src/views/followvisit/record/detailpage/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login-sy.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login.vue 23 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/particty.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/record/detailpage/index.vue
@@ -2023,6 +2023,9 @@
        }
        item.patid = this.patid;
        item.templateid = item.templateID;
             if (item.nextScriptno == null) {
          item.nextScriptno = index == dataToSubmit.length - 1 ? 0 : index + 2;
        }
      });
      console.log("c", 3);
src/views/login-sy.vue
@@ -169,7 +169,6 @@
        if (res.code == 200) {
          this.options = res.rows.map((item) => ({
            value: item.medicalCode,
            // value: item.medicalCode,
            label: item.organizationName,
          }));
        }
src/views/login.vue
@@ -169,6 +169,7 @@
          this.options = res.rows.map((item) => ({
            value: item.orgid,
            label: item.organizationName,
            campusid: item.organizationID,
          }));
        }
      });
@@ -207,16 +208,18 @@
          const selectedOrg = this.options.find(
            (item) => item.value === this.loginForm.orgid
          );
          if (selectedOrg) {
            if (selectedOrg.label.includes("湖滨")) {
              this.loginForm.campusid = 1;
            } else if (selectedOrg.label.includes("吴山")) {
              this.loginForm.campusid = 2;
            } else {
              this.loginForm.campusid = 1; // 默认值或其他处理
            }
          }
          this.loginForm.campusid = selectedOrg.campusid || 1;
          // 市一处理-----------------
          // if (selectedOrg) {
          //   if (selectedOrg.label.includes("湖滨")) {
          //     this.loginForm.campusid = 1;
          //   } else if (selectedOrg.label.includes("吴山")) {
          //     this.loginForm.campusid = 2;
          //   } else {
          //     this.loginForm.campusid = 1; // 默认值或其他处理
          //   }
          // }
          // --------------------------------
          this.$store
            .dispatch("Login", this.loginForm)
            .then((res) => {
src/views/patient/propaganda/particty.vue
@@ -2329,6 +2329,8 @@
            this.form.libtemplateid = this.objyl.id;
            this.objyl.isoperation = 1;
            console.log(this.objyl,'this.objyl');
            this.objyl.ivrLibaTemplateScriptVOList.forEach((item) => {
              item.ivrTaskScriptTargetoptionList =
                item.ivrLibaScriptTargetoptionList;