feat: There is no way the,

This commit is contained in:
super_liu
2022-06-15 17:16:18 +08:00
parent bb6cb431af
commit cb20a18194
2 changed files with 11 additions and 27 deletions
@@ -173,21 +173,6 @@ export default {
}
})
},
checkedRole(data){
let asdId = sessionStorage.getItem('queId')
this.$http.postData('lawss/AskUser/insertAskUser',{
asdId: asdId,
usid: data[0].id,
},{
_this: this
}, res => {
if(res.ok){
this.$message.success('邀请成功')
}
}, e => {
})
},
//问题归档
queArchive(){
let list = []
+11 -12
View File
@@ -1343,19 +1343,18 @@ export default {
},
methods:{
checkedRole(data){
let asdId = sessionStorage.getItem('queId')
this.$http.postData('lawss/AskUser/insertAskUser',{
asdId: asdId,
usid: data[0].id,
},{
_this: this
}, res => {
if(res.ok){
this.$message.success('邀请成功')
}
}, e => {
if(data[0].id){
let asdId = sessionStorage.getItem('queId')
this.$http.postData('lawss/AskUser/insertAskUser',{
asdId: asdId,
usid: data[0].id,
},{
_this: this
}, res => {
}, e => {
})
})
}
},
roleFlagBooFunc(boo){
if(boo){