whj 1 жил өмнө
parent
commit
cdc99b4eb7

+ 2 - 2
src/views/repair/application-form/modules/TransferForm.vue

@@ -38,13 +38,13 @@
               v-decorator="['roleCode', {rules: [{required: true, message: '角色不能为空'}]}]"
               placeholder="请选择">
               <a-select-option
-                value="	REPAIR_MANAGE">工程师
+                value="REPAIR_MANAGE">工程师
               </a-select-option>
               <a-select-option
                 value="Maintenance_Leader">班组长
               </a-select-option>
               <a-select-option
-                value="	Maintenance">维修人
+                value="Maintenance">维修人
               </a-select-option>
             </a-select>
           </a-form-item>