From e2e6bbc17a362c508ed06012cf7b52feea75c0fb Mon Sep 17 00:00:00 2001
From: zhaojiale <631455805@qq.com>
Date: Thu, 15 Sep 2022 18:06:35 +0800
Subject: [PATCH] 事故报告照片回显问题
---
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