diff --git a/src/views/modules/volunteer/activityArchive/Points.vue b/src/views/modules/volunteer/activityArchive/Points.vue index 17675decf..b5b32fc5a 100644 --- a/src/views/modules/volunteer/activityArchive/Points.vue +++ b/src/views/modules/volunteer/activityArchive/Points.vue @@ -22,7 +22,7 @@
查询
--> - + @@ -59,11 +59,11 @@ - +
@@ -75,7 +75,7 @@ - + -->
@@ -89,7 +89,6 @@ export default { name: "see", data() { return { - info:false, showadd:false, searchData:[], labelPosition: 'right', @@ -124,8 +123,7 @@ export default { console.log(row,"row"); this.info=true console.log(this.info,"info"); - this.$emit('handleclose') - + this.fmData=row }, diff --git a/src/views/modules/volunteer/activityArchive/add.vue b/src/views/modules/volunteer/activityArchive/add.vue index 0eb619018..84deec308 100644 --- a/src/views/modules/volunteer/activityArchive/add.vue +++ b/src/views/modules/volunteer/activityArchive/add.vue @@ -59,7 +59,7 @@
- +
{ console.log(res,"res"); if (res.code==0) { - this.$message.success('添加成功'); + this.$message.success('修改成功'); this.$emit('updateClose') // this.$router.push({path:'/volunteer/activityArchive'}) }else{