This commit is contained in:
往南wupeng 2024-02-07 15:58:34 +08:00
parent c5f055cc1c
commit 15e9e60660

View File

@ -1108,7 +1108,7 @@
uid: this.$store.getters.uid
}
getidentity(data).then(res=>{
if (res.message == '操作成功') {
if (res.message == '操作成功' && res.data != '') {
this.sfxx = '已完成'
this.identification = res.data
}