WXL
2024-05-29 9eec698c77d62cb9f245169e35cd7e72b4320ee8
src/views/patient/propaganda/particty.vue
@@ -88,7 +88,7 @@
                  <div style="display: flex">
                    <div style="margin-right: 10px">
                      <span style="font-size: 18px; margin-right: 10px"
                        >上午</span
                        >时间段一</span
                      >
                      <el-time-picker
                        is-range
@@ -105,7 +105,7 @@
                    </div>
                    <div style="margin-right: 10px">
                      <span style="font-size: 18px; margin-right: 10px"
                        >下午</span
                        >时间段二</span
                      >
                      <el-time-picker
                        is-range
@@ -122,7 +122,7 @@
                    </div>
                    <div style="margin-right: 10px">
                      <span style="font-size: 18px; margin-right: 10px"
                        >晚间</span
                        >时间段三</span
                      >
                      <el-time-picker
                        is-range
@@ -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) {