|
@@ -1960,6 +1960,13 @@
|
|
|
this.$message.error(response.msg);
|
|
|
}
|
|
|
},
|
|
|
+ uploadSuccessSX:function(response, file, fileList){
|
|
|
+ if(response.status){
|
|
|
+ this.user.shixin = fileList
|
|
|
+ }else{
|
|
|
+ this.$message.error(response.msg);
|
|
|
+ }
|
|
|
+ },
|
|
|
removeID(file,fileList) {
|
|
|
this.user.identification = fileList
|
|
|
},
|
|
@@ -1975,6 +1982,9 @@
|
|
|
removeCNS:function(file,fileList) {
|
|
|
this.user.chengnuoshu = fileList
|
|
|
},
|
|
|
+ removeSX:function(file,fileList) {
|
|
|
+ this.user.shixin = fileList
|
|
|
+ },
|
|
|
handlePictureCardPreview(file){
|
|
|
this.dialogImageUrl = file.url;
|
|
|
this.dialogVisible = true;
|