Browse Source

更新招考后台新的审核界面

zmw 2 months ago
parent
commit
e1fbe994cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/admin/recruit/check_out_appoint.blade.php

+ 1 - 1
resources/views/admin/recruit/check_out_appoint.blade.php

@@ -1023,7 +1023,7 @@
             }, 'json');
         });
 
-        let photos = "{{$photos_json}}";
+        let photos = eval("{{$photos_json}}");
         $('.attachment').click(function () {
             let key = $(this).data('key');
             let name = $(this).data('name');