WXL
2024-05-28 257f46bce7c3325c9d9aed68e0df84ea279019aa
测试完成
已修改3个文件
28 ■■■■ 文件已修改
src/api/system/dept.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/particty.vue 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/repositoryai/templateku/configurat/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/system/dept.js
@@ -49,4 +49,4 @@
    url: '/system/dept/remove/' + deptId,
    method: 'get'
  })
}
}
src/views/patient/propaganda/particty.vue
@@ -334,7 +334,7 @@
                    :total="total"
                    :page.sync="topqueryParams.pageNum"
                    :limit.sync="topqueryParams.pageSize"
                    @pagination="getList"
                    @pagination="Acquisitiontype"
                  />
                </el-row>
              </div>
@@ -709,10 +709,10 @@
    return {
      title: "宣教内容列表",
      currenttype: 1, //1宣教2门诊3出院4复诊5体检6问卷
      id: "",
      previewid: "",
      id: "", //
      previewid: "", //任务模版传递id
      libName: "",
      libId: null,
      libId: null, //模板库模版id
      Editprogress: 1, //编辑进度
      previewtf: false, //预览
      loading: false, // 遮罩层
@@ -922,8 +922,8 @@
    // 获取当前类型
    Acquisitiontype() {
      let queryParams = {
        pageNum: 1,
        pageSize: 10,
        pageNum: this.topqueryParams.pageNum,
        pageSize: this.topqueryParams.pageSize,
        isavailable: "",
      };
      this.currenttype = this.$route.query.type;
@@ -1007,7 +1007,7 @@
      });
    },
    // ----------------------表格子组件事件
    // 选择模版
    // 确认选择模版放入任务模版
    selectfn(row, type) {
      // 模版情况下获取模版信息
      if (type == 1) {
@@ -1093,7 +1093,9 @@
    },
    // 删除选中患者
    detailhz(row, info) {},
    getList() {},
    getList() {
    },
    handleQuery() {
      this.handleAddpatient();
    },
src/views/repositoryai/templateku/configurat/index.vue
@@ -983,10 +983,10 @@
      this.id = this.$route.query.id;
      this.task = this.$route.query.task;
      console.log(this.task, "task");
      if (this.task) {
        this.id = this.$route.query.id;
      }
      // console.log(this.task, "task");
      // if (this.task) {
      //   this.id = this.$route.query.id;
      // }
    },
    // 获取表单数据
    getvFollowup() {