This commit is contained in:
zhutianqi
2021-08-20 17:49:18 +08:00
parent d1fd8405f9
commit acdb91ef02
3 changed files with 15 additions and 1 deletions
@@ -183,6 +183,7 @@
},
standinfoList: [], // 详情列表
form: {
ideaId: this.$route.query.item.id,
cid: this.$route.query.item.cid,
page: 1,
size: this.$store.getters.userInfo.configContent,
@@ -309,6 +310,7 @@
if (valid) {
var url = ''
var form = {
ideaId: this.$route.query.item.id,
cid: this.$route.query.item.cid,
content: this.opinionContent.content,
oldText: this.opinionContent.oldText,