shj
2022-09-20 7df64634d3d7b292713eebfa008c40b3f5f9f65f
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{