人员证书
This commit is contained in:
parent
b0b7ae6baf
commit
34707d0033
|
|
@ -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;
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue