From 56accadae8d1ecafe1c8b62a8f024c2aeebcbb7c Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期一, 25 八月 2025 09:24:20 +0800
Subject: [PATCH] 修改新增
---
src/views/build/conpanyFunctionConsult/orgStructure/dutyDistributeChart/index.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/views/build/conpanyFunctionConsult/orgStructure/dutyDistributeChart/index.vue b/src/views/build/conpanyFunctionConsult/orgStructure/dutyDistributeChart/index.vue
index f536e19..ac0fb6a 100644
--- a/src/views/build/conpanyFunctionConsult/orgStructure/dutyDistributeChart/index.vue
+++ b/src/views/build/conpanyFunctionConsult/orgStructure/dutyDistributeChart/index.vue
@@ -137,7 +137,7 @@
{required: true, message: "有两个归口部门请填写备注", trigger: "blur"},
],
},
- mergeValues: ['4','5','6','7','7.1','8','8.2','8.3','8.4','8.5','9','9.1','10']
+ mergeValues: ['7.1','8.2','8.3','8.4','8.5','9.1']
});
const { queryParams,isEdit, dataList,deptList, isAdmin, companyList, caluseList, form,originRemark, remarkList,dialogVisible,mergeValues,remarkForm,rules } = toRefs(data);
@@ -310,7 +310,6 @@
data.remarkForm = {
tableData: JSON.parse(JSON.stringify(data.caluseList))
}
- console.log(data.remarkForm,5555555)
loading.value = false
}
@@ -445,4 +444,4 @@
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.2