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") }); }