浏览代码

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

zmw 1 周之前
父节点
当前提交
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');