Parcourir la source

员工证照等级回显

yusheng il y a 11 mois
Parent
commit
6152d5f1b4
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 5 4
      src/views/system/organization/components/org-user-edit.vue

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

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