Lou
2024-03-27 d8c9a15cf5a7d69dedb42dadb64fbbf197d7ddcd
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 || '未完善'
               }
            })