WXL
15 小时以前 9b2c74ee4f08fad01c2a16bc6e36df073bfa1dd5
src/views/business/ethicalReview/index.vue
@@ -75,16 +75,16 @@
    <el-card class="tool-card">
      <el-row :gutter="10">
        <el-col :span="16">
          <el-button type="primary" icon="el-icon-plus" @click="handleCreate"
          <!-- <el-button type="primary" icon="el-icon-plus" @click="handleCreate"
            >新建审查</el-button
          >
          <el-button
          > -->
          <!-- <el-button
            type="success"
            icon="el-icon-edit"
            :disabled="single"
            @click="handleUpdate"
            >修改</el-button
          >
          > -->
          <el-button
            type="warning"
            icon="el-icon-download"
@@ -361,7 +361,7 @@
    handleView(row) {
      this.$router.push({
        path: "/case/ethicalReviewInfo",
        query: { id: row.infoid }
        query: { infoid: row.infoid }
      });
    },
    // 新增按钮操作
@@ -370,10 +370,10 @@
    },
    // 修改按钮操作
    handleUpdate(row) {
      const id = row.infoid || this.ids[0];
      const infoid = row.infoid;
      this.$router.push({
        path: "/case/ethicalReviewInfo",
        query: { id: id }
        query: { infoid: infoid }
      });
    },
    // 结束审查操作