Your Name
2022-11-30 f0cd5a4fe3b366fa753b8da5e387673c30c4d0f7
src/views/specialCheck/index.vue
@@ -81,7 +81,6 @@
                let res = await getCheckUnitType()
                if(res.data.code === "200"){
                    t.unitType = res.data.result.checkUnitType
                    console.log(t.unitType,'type666')
                }else{
                    t.$message({
                        type:'warning',
@@ -97,9 +96,6 @@
                    t.taskMenu = res.data.result.specialCheckTaskSimplifyInfos
                    t.openeds[0] = t.taskMenu[0].id + '-' + t.taskMenu[0].taskName
                    t.openeds[1] = '1'
                    console.log(t.openeds,'openeds')
                    // t.$refs.wholesale.enterpriseType = t.unitType
                    // t.$refs.wholesale.getEnterpriseCompleteInfoList()
                }else{
                    t.$message({
                        type:'warning',