sandm 1 год назад
Родитель
Сommit
a081e256f6

+ 0 - 3
app/Http/Controllers/Web/Recruit/IndexController.php

@@ -940,9 +940,6 @@ class IndexController extends WebBaseController
             }
         }
 
-
-
-
         if(!empty($post_info['limit']) && json_decode($post_info['limit'])){
             //岗位限制条件的判断
             $post_limit = json_decode($post_info['limit'],true);

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

@@ -2292,6 +2292,14 @@
                 }
                 this.native_place = this.user.native_place.split(',');
                 this.house_register = this.user.house_register.split(',');
+
+                @if($special_condition_type == 2)
+                if(this.user.post_id > 0){
+                    this.special_select = this.post_special[this.user.post_id];
+                    this.user.special.condition = ''
+                }
+                @endif
+
             }
 
         })