From e239d2b01e2fabcb3701d35fe48ac4ee4ce15b06 Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Thu, 11 Jul 2024 18:43:28 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E5=AE=A3=E4=BC=A0?=
=?UTF-8?q?=E7=BC=96=E8=BE=91=E5=9B=9E=E5=A1=AB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/communityParty/comPromotion/add.vue | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/modules/communityParty/comPromotion/add.vue b/src/views/modules/communityParty/comPromotion/add.vue
index f174a2f67..a60043b17 100644
--- a/src/views/modules/communityParty/comPromotion/add.vue
+++ b/src/views/modules/communityParty/comPromotion/add.vue
@@ -37,7 +37,7 @@
-
+
@@ -92,7 +92,7 @@ export default {
adverTagList:[],
//////
top:false,
- fileList: {},//封面图片
+ fileList: [],//封面图片
activityImgs:[],//活动照片
formType: 'add', //表单操作类型 add新增,edit编辑,records记录
// records:false,
@@ -115,7 +115,7 @@ export default {
coverPic: "",//封面图
releaseTime: "",//发布时间
sendMsg: false,//是否推送
- top: false,//是否置顶
+ top: 1,//是否置顶
status: 0 //状态
},
serviceList: [],
@@ -167,7 +167,8 @@ export default {
this.startLoading();
if(row!=null){
this.formData = JSON.parse(JSON.stringify(row));
- console.log(this.formData.coverPic);
+ this.fileList.push({fileUrl:this.formData.coverPic})
+ console.log(this.formData.coverPic,'see');
}
this.formType=typeid
From 36c655f1ac44418b3c0823df356868bd504b6212 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?=
<819653817@qq.com>
Date: Thu, 18 Jul 2024 10:11:13 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E5=85=AC=E5=BC=80=E8=A1=A8=E5=86=B3?=
=?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=9A=84=E6=97=B6=E5=80=99=E4=B8=BA=E5=90=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/shequzhili/eventOld/cpts/event-info.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue
index 82b7dd4fd..b9caadb68 100644
--- a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue
+++ b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue
@@ -477,6 +477,7 @@ export default {
project: this.project,
demand: this.demand,
issueInfo: this.issueInfo,
+ openFlag:0
};
await this.submit();
},
@@ -504,7 +505,7 @@ export default {
this.formData.agencyId = "";
this.formData.gridId = "";
}
- this.formData.openFlag = null
+ this.formData.openFlag = 0
const url = "/governance/icEventOld/add";
const { data, code, msg } = await requestPost(url, {
...this.formData,
From be5a7e3506b3b004083222dc17727fe34e8361e4 Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Thu, 18 Jul 2024 16:10:29 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E5=9B=9E=E5=A4=8D?=
=?UTF-8?q?=E5=8A=A0=E5=8F=82=E6=95=B0openId?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/shequzhili/eventOld/cpts/event-info.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue
index b9caadb68..d4dbcfde6 100644
--- a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue
+++ b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue
@@ -538,7 +538,8 @@ export default {
}
this.replayInfo = this.$refs.ref_processinfo_dispose.replayInfo;
this.replayInfo.icEventId = this.eventId;
- this.replayInfo.openFlag = null
+ this.replayInfo.openFlag = null;
+ this.replayInfo.openId = this.eventDetailCopy.openId;
//回复属性赋值
let url = "/governance/icEventOld/reply";
await this.submitDispose(url, this.replayInfo);