From f7b760a680397fd0a3de2d8de36a2601de98530d Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 02 七月 2025 10:36:06 +0800
Subject: [PATCH] ss

---
 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