WXL
2 天以前 d846a58dbdfa0366c73427bfc62ff3ecae56d8f6
测试完成
已修改3个文件
24 ■■■■■ 文件已修改
src/views/followvisit/outpatient/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/patient/propaganda/QuestionnaireTask.vue 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/outpatient/index.vue
@@ -66,7 +66,6 @@
            icon="el-icon-plus"
            size="medium"
            @click="handleAdd"
            v-hasPermi="['system:user:add']"
            >新增</el-button
          >
        </el-col>
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -945,7 +945,6 @@
      patientqueryParams: {
        pageNum: 1, //
        pageSize: 10,
        topica: 1, //0全部1科室2病区
        leavehospitaldistrictcodes: [],
        leaveldeptcodes: [],
        hospitaldistrictcodes: [],
@@ -1686,13 +1685,20 @@
    },
    resetQuery() {
      this.patientqueryParams= {
      let allhosp = this.patientqueryParams.allhosp;
      this.patientqueryParams = {
        pageNum: 1, //
        pageSize: 10,
        allhosp: allhosp,
        leavehospitaldistrictcodes: [],
        leaveldeptcodes: [],
        hospitaldistrictcodes: [],
        deptcodes: [],
      };
      console.log(this.patientqueryParams,'this.patientqueryParams');
      this.handleQuery()
      console.log(this.patientqueryParams, "this.patientqueryParams");
      this.handleQuery();
    },
    handleQuerymb() {
      getQtemplatelist(this.topqueryParams).then((response) => {
@@ -2001,7 +2007,7 @@
          }
        )
          .then(() => {
         if (Array.isArray(this.objyl.suitway)) {
            if (Array.isArray(this.objyl.suitway)) {
              this.objyl.suitway = this.objyl.suitway.join(",");
            }
            this.objyl.templateid = this.objyl.svyid;
@@ -2016,8 +2022,7 @@
            this.previewtf = false;
          })
          .catch(() => {
                 if (Array.isArray(this.objyl.suitway)) {
            if (Array.isArray(this.objyl.suitway)) {
              this.objyl.suitway = this.objyl.suitway.join(",");
            }
            this.objyl.templateid = this.objyl.svyid;
vue.config.js
@@ -36,9 +36,9 @@
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        // target: `http://192.168.168.60:8095`,
        // target: `http://192.168.144.34:8095`,
        target: `http://192.168.144.34:8095`,
        // target: `http://192.168.100.100:8095`,
        target:`http://localhost:8095`,
        // target:`http://localhost:8095`,
        changeOrigin: true,
        pathRewrite: {
          ['^' + process.env.VUE_APP_BASE_API]: ''