人员证书

This commit is contained in:
cwchen 2024-09-29 20:36:33 +08:00
parent b0b7ae6baf
commit 34707d0033
1 changed files with 6 additions and 0 deletions

View File

@ -1009,6 +1009,11 @@ export default {
},
//
openCertificate:_.debounce(function(row){
let loading = this.$loading({
lock: true,
text: "数据加载中,请稍候...",
background: 'rgba(0,0,0,0.2)'
})
this.title = "证书上传";
this.memberId = row.id;
this.highImgList = [];
@ -1076,6 +1081,7 @@ export default {
})
}
});
loading.close();
this.showCertificate = true;
});