fuliqi
2024-04-28 d040d62f7a6db237386a2ac1f856f5daba0f5086
src/views/system/result/detail/index1.vue
@@ -73,7 +73,7 @@
              size="mini"
              type="text"
              icon="el-icon-view"
              @click="handleDetail(scope.row,scope.index)"
              @click="handleDetail(scope.row.id)"
            >详细</el-button>
          </template>
        </el-table-column>
@@ -107,7 +107,6 @@
  data() {
    return {
      activeIndex: '1',
      activeIndex2: '2',
      areaList:[],
      dateRange: '',
      company: '',
@@ -176,9 +175,13 @@
    handleCurrentChange(val) {
      console.log(`当前页: ${val}`);
    },
    handleDetail(index, row) {
      console.log(index, row);
      this.$router.push("/examine/detail/detail")
    handleDetail(id) {
      this.$router.push({
        path: '/examine/detail/detail',
        query: {
          id: id,
        }
      })
    },
    handleDelete(index, row) {
      console.log(index, row);