From ae07a87d84ccc7f568d4e3b8ff4b0c68cf43c0b1 Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期四, 18 八月 2022 15:27:32 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut --- src/views/goalManagement/targetDecompositionYear/component/DailogAdd.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/views/goalManagement/targetDecompositionYear/component/DailogAdd.vue b/src/views/goalManagement/targetDecompositionYear/component/DailogAdd.vue index b281c18..52680b0 100644 --- a/src/views/goalManagement/targetDecompositionYear/component/DailogAdd.vue +++ b/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{ -- Gitblit v1.9.2