报名名单
diff --git a/src/views/modules/communityParty/comPromotion/add.vue b/src/views/modules/communityParty/comPromotion/add.vue
index a60043b17..3e07aaeb1 100644
--- a/src/views/modules/communityParty/comPromotion/add.vue
+++ b/src/views/modules/communityParty/comPromotion/add.vue
@@ -172,10 +172,13 @@ export default {
}
this.formType=typeid
-
- console.log(this.formData,"5164");
+ console.log(typeid);
+ console.log(this.formType,"5164");
this.endLoading();
- this.setDefaultReleaseTime()
+ if(typeid=="add"){
+ this.setDefaultReleaseTime()
+ }
+
},
async advertisingTag () {
const url = "/actual/base/advertisingTag/page"
@@ -276,6 +279,7 @@ export default {
let url = '/actual/base/communityPublicity/update'
this.formData.sendMsg= this.formData.sendMsg? 1:0
this.formData.top= this.formData.top? 1:0
+ this.formData.status=0
console.log(this.formData,"formData");
const { data, code, msg } = await requestPost(url, this.formData)
if (code === 0) {
@@ -296,6 +300,7 @@ export default {
console.log(this.formData,"formData");
this.formData.sendMsg= this.formData.sendMsg? 1:0
this.formData.top= this.formData.top? 1:0
+
const { data, code, msg } = await requestPost(url, this.formData)
if (code === 0) {
this.$message({
diff --git a/src/views/modules/shequzhili/eventOld/cpts/event-detail.vue b/src/views/modules/shequzhili/eventOld/cpts/event-detail.vue
index d23be1520..ef8eb445d 100644
--- a/src/views/modules/shequzhili/eventOld/cpts/event-detail.vue
+++ b/src/views/modules/shequzhili/eventOld/cpts/event-detail.vue
@@ -12,7 +12,7 @@
+ :value="item.value" @click.native="$emit('handelCLickGridId',item)">
diff --git a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue
index b9caadb68..ca929bc52 100644
--- a/src/views/modules/shequzhili/eventOld/cpts/event-info.vue
+++ b/src/views/modules/shequzhili/eventOld/cpts/event-info.vue
@@ -40,7 +40,7 @@
+ @handleToIssue="handleToIssue" @handleClose="handleClose" @handelCLickGridId="handelCLickGridId">
+
+
+
diff --git a/src/views/modules/workSys/promotionTab/index.vue b/src/views/modules/workSys/promotionTab/index.vue
index 0188cdba4..89b21fe2b 100644
--- a/src/views/modules/workSys/promotionTab/index.vue
+++ b/src/views/modules/workSys/promotionTab/index.vue
@@ -7,7 +7,12 @@
-
+
+
+
+
+
+
查询
@@ -29,12 +34,17 @@
-
+
+
+ {{ scope.row.status === 1 ? '显示' : '关闭' }}
+
+
+
{{ scope.row.status === 1 ? '显示' : '关闭' }}
-
+
diff --git a/src/views/modules/workSys/promotionTab/viewPromotionalTags.vue b/src/views/modules/workSys/promotionTab/viewPromotionalTags.vue
index 0f862660d..88e2fe4d1 100644
--- a/src/views/modules/workSys/promotionTab/viewPromotionalTags.vue
+++ b/src/views/modules/workSys/promotionTab/viewPromotionalTags.vue
@@ -8,6 +8,9 @@
{{ tagName }}
+
+
+