From a1940807f38930adc8c785047f67223ff543089f Mon Sep 17 00:00:00 2001 From: momo <2296828474@qq.com> Date: Wed, 10 May 2023 09:09:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vote-vue/src/components/admin/vote/VoteEdit.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vote-vue/src/components/admin/vote/VoteEdit.vue b/vote-vue/src/components/admin/vote/VoteEdit.vue index dba5ebf..c44142e 100644 --- a/vote-vue/src/components/admin/vote/VoteEdit.vue +++ b/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 = []