@ -990,6 +990,7 @@ export default {
this.inspectionForm = res.data.data
this.dialogInspection = true
this.inspectionForm.tableData = this.checkDeepData(res.data.data.details)
this.inspectionTable = JSON.parse(JSON.stringify(this.inspectionForm.tableData))
// getDeepData({parentId:res.data.data.deptId}).then(result =>{
// this.floorArr = []
// result.data.data.map(item =>{