我的问答

This commit is contained in:
宋伟佳
2022-06-06 17:54:57 +08:00
parent 2245ec6255
commit 1aed87142c
@@ -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(){