subPackage/workbench/views/reportDetail.vue
@@ -365,7 +365,7 @@ console.log(this.defaultData); this.basicData.forEach(item => { item.value = this.defaultData[item.name] || '未完善' if (item.name === 'type' && this.from != "circle") { if (item.name === 'type') { item.value = this.findObjValue(item.value, this.typeList, 'type').name || '未完善' } })