diff --git a/src/views/marketing/directRanking/config.vue b/src/views/marketing/directRanking/config.vue
index b0b370b..b8908a8 100644
--- a/src/views/marketing/directRanking/config.vue
+++ b/src/views/marketing/directRanking/config.vue
@@ -10,9 +10,9 @@
@@ -20,9 +20,9 @@
@@ -73,14 +73,16 @@ export default {
setMemberDirectPush(val) {
setMemberDirectPush(val).then(res => {
if (res.code === 200) {
- this.pushPeople = res.data
+ this.$message.success('操作成功')
+ this.pushPeople = val
}
})
},
setMemberDirectPushAmount(val) {
setMemberDirectPushAmount(val).then(res => {
if (res.code === 200) {
- this.pushAmount = res.data
+ this.$message.success('操作成功')
+ this.pushAmount = val
}
})
}