yxh
yxh
9 天以前 8022f7036945b75f82f2dfc43055623f81ed98f6
src/views/project/ethicalReview/index.vue
@@ -123,7 +123,7 @@
      :data="listnews"
      border
    >
    <el-table-column
      <el-table-column
        label="案例时间"
        align="center"
        prop="donatetime"
@@ -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[