提交
This commit is contained in:
parent
c5f055cc1c
commit
15e9e60660
|
@ -1108,7 +1108,7 @@
|
||||||
uid: this.$store.getters.uid
|
uid: this.$store.getters.uid
|
||||||
}
|
}
|
||||||
getidentity(data).then(res=>{
|
getidentity(data).then(res=>{
|
||||||
if (res.message == '操作成功') {
|
if (res.message == '操作成功' && res.data != '') {
|
||||||
this.sfxx = '已完成'
|
this.sfxx = '已完成'
|
||||||
this.identification = res.data
|
this.identification = res.data
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user