feat: There is no way the,
This commit is contained in:
@@ -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 = []
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user