Ver Fonte

员工证照等级回显

yusheng há 11 meses atrás
pai
commit
6152d5f1b4

+ 5 - 4
src/views/system/organization/components/org-user-edit.vue

@@ -1172,15 +1172,15 @@
         levelOptions: [
           {
             label: '初级',
-            value: 1
+            value: '1'
           },
           {
             label: '中级',
-            value: 2
+            value: '2'
           },
           {
             label: '高级',
-            value: 3
+            value: '3'
           }
         ],
         RPRecordsStatus: [
@@ -1767,7 +1767,8 @@
       },
       addIdentityPhotos() {
         this.form.identityPhotos.push({
-          holder: this.form.name
+          holder: this.form.name,
+          holderType:'1'
         });
       },
       handleIdentityPhotosDel(row, index) {