深海科学与工程研究所安全巡检系统
祖安之光
2025-09-17 65754ee1f4e42fe6b2a44b76fde14d134c661e9d
src/views/saftyCheckMng/dailyCheck/index.vue
@@ -278,7 +278,7 @@
})
function getDeptList() {
  listDept({}).then(response => {
  listDept({safety: '1'}).then(response => {
    state.deptList = proxy.handleTree(response.data, "deptId")
  });
}