巡检任务确认弹窗修改

master
jinna 11 months ago
parent b2b06e7e18
commit d1eaa2720b
  1. 1
      src/views/businessManagement/inspection/task.vue

@ -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 =>{

Loading…
Cancel
Save