gaoluyang
2025-03-04 09d6a0b67ca744a57b0e637363925b982c227401
src/views/business/inspectionTask/index.vue
@@ -522,13 +522,15 @@
            if (obj) {
              return this.insResultList.find((m) => m.value == params).label;
            } else {
              return ''
              return null
            }
          },
          formatType: (params) => {
            let obj = this.insResultList.find((m) => m.value == params)
            if (obj) {
              return this.insResultList.find((m) => m.value == params).type;
            } else {
              return null
            }
          },
        },