| | |
| | | label="操作" |
| | | align="center" |
| | | width="180" |
| | | fixed="right" |
| | | class-name="small-padding fixed-width" |
| | | > |
| | | <template slot-scope="scope"> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { queryDathInfoBaseInfo, deathinfoedit,deathinfoInfo } from "@/api/businessApi"; |
| | | import { |
| | | queryDathInfoBaseInfo, |
| | | deathinfoedit, |
| | | deathinfoInfo |
| | | } from "@/api/businessApi"; |
| | | import Pagination from "@/components/Pagination"; |
| | | |
| | | export default { |
| | |
| | | const id = row.id || this.ids[0]; |
| | | this.$router.push({ |
| | | path: "/case/DecideInfo", |
| | | query: { id: id } |
| | | query: { id: id, isEdit: true } |
| | | }); |
| | | }, |
| | | |