WXL
6 天以前 0e3739a705a7d34b5ba7302e1ad08cffc3b9f6ca
src/views/followvisit/discharge/index.vue
@@ -108,7 +108,7 @@
            placeholder="请输入患者姓名"
          ></el-input>
        </el-form-item>
           <el-form-item label="患者诊断" prop="leavediagname">
        <el-form-item label="患者诊断" prop="leavediagname">
          <el-input
            v-model="topqueryParams.leavediagname"
            placeholder="请输入患者诊断"
@@ -349,6 +349,7 @@
          prop="suggest"
          width="120"
        >
          <template slot-scope="scope">
            <dict-tag
              :options="dict.type.sys_suggest"
@@ -1315,7 +1316,6 @@
      this.topqueryParams.endOutHospTime = this.dateRange[1];
      this.topqueryParams.startSendDateTime = this.dateRangefs[0];
      this.topqueryParams.endSendDateTime = this.dateRangefs[1];
      console.log("2");
      this.getList(refresh);
    },
    // 患者范围处理
@@ -1340,7 +1340,7 @@
    resetQuery() {
      this.dateRange = [];
      this.dateRangefs = [];
      (this.topqueryParams = {
      this.topqueryParams = {
        pageNum: 1,
        pageSize: 10,
        sendstate: 2,
@@ -1350,8 +1350,8 @@
        scopetype: [],
        leaveldeptcodes: [],
        leavehospitaldistrictcodes: [],
      }),
        this.handleQuery(1);
      };
      this.handleQuery(1);
    },
    // 多选框选中数据
    handleSelectionChange(selection) {