zhaojiale
2022-08-18 375b6acbd3a8f9cf51f967b09ecd09eccd1a12f3
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{