WXL
9 天以前 ade06cfe7a782f9272fa5d4820c589f7b8608935
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 }
      });
    },