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