From c441e5f3cb734b5db5e893536f267b13814796f5 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期三, 11 三月 2026 10:12:06 +0800
Subject: [PATCH] 青岛推送
---
src/views/business/decide/index.vue | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/views/business/decide/index.vue b/src/views/business/decide/index.vue
index 88b380a..02e8add 100644
--- a/src/views/business/decide/index.vue
+++ b/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 }
});
},
--
Gitblit v1.9.3