WXL
2026-03-11 c441e5f3cb734b5db5e893536f267b13814796f5
src/views/business/decide/index.vue
@@ -204,6 +204,7 @@
          label="操作"
          align="center"
          width="180"
          fixed="right"
          class-name="small-padding fixed-width"
        >
          <template slot-scope="scope">
@@ -238,7 +239,11 @@
</template>
<script>
import { queryDathInfoBaseInfo, deathinfoedit,deathinfoInfo } from "@/api/businessApi";
import {
  queryDathInfoBaseInfo,
  deathinfoedit,
  deathinfoInfo
} from "@/api/businessApi";
import Pagination from "@/components/Pagination";
export default {
@@ -448,7 +453,7 @@
      const id = row.id || this.ids[0];
      this.$router.push({
        path: "/case/DecideInfo",
        query: { id: id }
        query: { id: id, isEdit: true }
      });
    },