Your Name
2022-11-30 f0cd5a4fe3b366fa753b8da5e387673c30c4d0f7
src/views/specialCheck/components/areaEnterprises.vue
@@ -73,7 +73,6 @@
        methods:{
            toCheck(row){
                const t = this
                console.log(row.checkUnitType,'type')
                if(row.checkUnitType == 4){
                    t.$refs.report.id = row.id
                    t.$refs.report.enterpriseType = t.enterpriseType
@@ -81,7 +80,7 @@
                    t.$refs.report.dialogVisible = true
                }else{
                    t.$refs.detail.id = row.id
                    t.$refs.detail.unitType = row.checkUnitType
                    t.$refs.detail.checkUnitType = row.checkUnitType
                    t.$refs.detail.enterpriseType = t.enterpriseType
                    t.$refs.detail.getEnterpriseInfo()
                    t.$refs.detail.dialogVisible = true