YYC
2026-03-03 350b94ed35470107882ceccbaff6f0fd5d98f191
igdss-app/js/admin/index.js
@@ -35,6 +35,7 @@
   var id = this.getAttribute("id");
   var dept = listDept[id];
   $("#deptName").html("所在库区:" + dept.kqmc);
   console.log(JSON.stringify(dept.id))
   localStorage.setItem('selectDeptId', JSON.stringify(dept.id));
});