shj
2022-08-18 b3b1fc54b219901445659dd342c61e11b5e25eb5
src/views/goalManagement/targetDecompositionYear/component/DailogAdd.vue
@@ -153,7 +153,6 @@
      //  分类 All
      const allList=()=>{
         goalManagementApi().gettargetClassAll({}).then(res=>{
            console.log('xxxxxx')
            if(res.data.code==200){
               options.value=res.data.data
            }else{