Browse Source

微调

master不懂
momo 2 years ago
parent
commit
a1940807f3
  1. 4
      vote-vue/src/components/admin/vote/VoteEdit.vue

4
vote-vue/src/components/admin/vote/VoteEdit.vue

@ -182,8 +182,8 @@
content: this.curActivity.content,
type: JSON.stringify(this.type),
verifyCode: setVerifyCode,
ipRestrict: setIpRestrict,
author: this.$store.state.user.userName
author: this.$store.state.user.userName,
ipRestrict: setIpRestrict
}).then(resp => {
if (resp && resp.data.code === 200) {
this.$store.state.curCreateActivity = []

Loading…
Cancel
Save