我的问答
This commit is contained in:
@@ -180,8 +180,20 @@ export default {
|
||||
},
|
||||
//问题归档
|
||||
queArchive(){
|
||||
let list = []
|
||||
let mergeList = JSON.parse(sessionStorage.getItem('mergeList'))
|
||||
console.log(mergeList);
|
||||
for (let i = 0; i < mergeList.length; i++) {
|
||||
list.push(mergeList[i])
|
||||
}
|
||||
let listId = list.join(',')
|
||||
this.$http.post('lawss/Reply/updateReply', {
|
||||
id: listId,
|
||||
},{
|
||||
_this: this
|
||||
}, res => {
|
||||
}, e => {
|
||||
|
||||
})
|
||||
},
|
||||
//邀请
|
||||
invitation(){
|
||||
|
||||
Reference in New Issue
Block a user