11
WXL
2024-07-25 ff0db9c71a5234ba18f174dc534522525d71fc67
11
已修改3个文件
15 ■■■■ 文件已修改
src/views/project/donatebaseinfo/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/ethicalReview/index.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/indexstatistics/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/donatebaseinfo/index.vue
@@ -1249,6 +1249,8 @@
    if (this.$route.params.reporterno != "") {
      this.reporterno = this.$route.params.reporterno;
    }
    this.queryParams.terminationcase = this.$route.params.terminationcase;
    if (
      this.$route.params.tempRecordState != "" &&
      this.$route.params.tempRecordState != undefined
src/views/project/ethicalReview/index.vue
@@ -151,17 +151,17 @@
      <el-table-column
        label="伦理审查结论"
        align="center"
        prop="flowconclusion"
        prop="expertconclusion"
        width="100"
      >
        <template slot-scope="scope">
          <dict-tag
            :options="dict.type.sys_EthicalReview"
            :value="scope.row.flowconclusion"
            :value="scope.row.expertconclusion"
          />
        </template>
      </el-table-column>
      <el-table-column label="审查意见" align="center" prop="flowcontent" />
      <el-table-column label="审查意见" align="center" prop="expertopinion" />
      <el-table-column
        label="审查时间"
        align="center"
@@ -751,10 +751,7 @@
      this.loading = true;
      this.queryParams.params = {};
      sessionStorage.removeItem("ethicalReview");
      sessionStorage.setItem(
        "ethicalReview",
        JSON.stringify(this.queryParams)
      );
      sessionStorage.setItem("ethicalReview", JSON.stringify(this.queryParams));
      if (null != this.daterangeReporttime && "" != this.daterangeReporttime) {
        this.queryParams.params[
src/views/project/indexstatistics/index.vue
@@ -232,7 +232,7 @@
                params: {
                  starttime: starttime,
                  endtime: endtime,
                  tempRecordState: 99,
                  terminationcase: 1,
                  reporterno: reportervalue,
                  shen: searchAddress.shen,
                  shi: searchAddress.shi,