|
|
@@ -95,7 +95,6 @@ export default {
|
|
|
const status = confing.reportTypes.find(
|
|
|
ele => ele.value === this.detail.report_type
|
|
|
)
|
|
|
- this.detail.dict_key = JSON.parse(this.detail.dict_key)
|
|
|
this.industry = this.detail.dict_key[0]
|
|
|
if (status) {
|
|
|
this.detail.report_type_name = status.label
|