|
@@ -1899,6 +1899,13 @@
|
|
|
this.$message.error(response.msg);
|
|
|
}
|
|
|
},
|
|
|
+ uploadSuccessCNS:function(response, file, fileList){
|
|
|
+ if(response.status){
|
|
|
+ this.user.chengnuoshu = fileList
|
|
|
+ }else{
|
|
|
+ this.$message.error(response.msg);
|
|
|
+ }
|
|
|
+ },
|
|
|
removeID(file,fileList) {
|
|
|
this.user.identification = fileList
|
|
|
},
|
|
@@ -1911,6 +1918,9 @@
|
|
|
removeOther(file,fileList) {
|
|
|
this.user.other_certification = fileList
|
|
|
},
|
|
|
+ removeCNS:function(file,fileList) {
|
|
|
+ this.user.chengnuoshu = fileList
|
|
|
+ },
|
|
|
handlePictureCardPreview(file){
|
|
|
this.dialogImageUrl = file.url;
|
|
|
this.dialogVisible = true;
|