From 82d483406921aa92b6ce3a1af5d17d80ccb78256 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 04 七月 2025 09:39:57 +0800
Subject: [PATCH] 提交

---
 admin/src/components/business/OperaInformationWindow.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/admin/src/components/business/OperaInformationWindow.vue b/admin/src/components/business/OperaInformationWindow.vue
index fbb573b..938b999 100644
--- a/admin/src/components/business/OperaInformationWindow.vue
+++ b/admin/src/components/business/OperaInformationWindow.vue
@@ -57,6 +57,7 @@
         id: null,
         remark: '',
         title: '',
+        type:null,
         detail: '',
         imgurl: '',
         fullImgurl: '',
@@ -81,7 +82,7 @@
     })
   },
   methods: {
-    open (title, target) {
+    open (title, target,type) {
       this.title = title
       this.visible = true
       // 鏂板缓
@@ -92,6 +93,7 @@
             id: null,
             remark: '',
             title: '',
+            type:type,
             detail: '',
             releaseDate: dayjs().format('YYYY-MM-DD HH:mm:ss'),
             imgurl: '',

--
Gitblit v1.9.3