Browse Source

增加承诺书模块

sandm 1 year ago
parent
commit
e8cbd403e6
1 changed files with 10 additions and 0 deletions
  1. 10 0
      public/themes/default/views/app/recruit/sign_up.blade.php

+ 10 - 0
public/themes/default/views/app/recruit/sign_up.blade.php

@@ -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;