This commit is contained in:
pangshenghao
2023-06-07 17:55:20 +08:00
parent f82cdee8fb
commit a66792724e
3 changed files with 8 additions and 7 deletions

View File

@@ -608,9 +608,6 @@ export default {
} else if (val === 'task_id') {
const obj = { name: '任务号', value: data[val] }
this.arr.push(obj)
} else if (val === 'floor') {
const obj = { name: '楼层', value: data[val] }
this.arr.push(obj)
}
}
}