sgj
2 天以前 67b2e6a3b7e4254be92e3ecbcd7b6e9f61b3aae3
fzzy-igdss-web/src/main/resources/static/group/video.js
@@ -52,8 +52,8 @@
    $("#deptName").css("font-size", "18px");
    $("#deptName").html(deptCur.kqmc);
    $("#deptAddress").html(deptCur.xzqhmc == null ? "---" : deptCur.xzqhmc);
    $("#yxcr").html(deptCur.yxcr == null ? "---" : deptCur.yxcr);
    $("#cfs").html(deptCur.cfs == null ? "---" : deptCur.cfs);
    $("#yxcr").html(deptCur.contact == null ? "---" : deptCur.contact);
    $("#cfs").html(deptCur.contactTel == null ? "---" : deptCur.contactTel);
    ajaxCamera();
}