Преглед изворни кода

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

zmw пре 2 месеци
родитељ
комит
e1fbe994cf
1 измењених фајлова са 1 додато и 1 уклоњено
  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');