commit
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user