From 1fafd27208df128f29788ce6e1b35e9e669b6718 Mon Sep 17 00:00:00 2001 From: zy_zr <985512818@qq.com> Date: Tue, 29 Apr 2025 15:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MyComponents/Department/index.vue | 2 +- src/components/aboutTable/FormMessage.vue | 8 +- .../ExcavationResearch/WarningModel/index.vue | 5 +- .../CollectCrculate/index.vue | 18 ---- .../components/addForm.vue | 99 ++++++++++++++----- .../ConstructionManagement/index.vue | 85 ++++++++-------- .../TaskScheduling/index.vue | 19 ---- .../InformationFlow/index.vue | 19 ---- .../BehaviorLabels/components/editAddForm.vue | 12 +-- .../fourColorManage/BehaviorLabels/index.vue | 11 ++- .../IdentityManage/components/editAddForm.vue | 13 +-- .../fourColorManage/IdentityManage/index.vue | 11 ++- .../tagManage/components/editAddForm.vue | 13 +-- .../fourColorManage/tagManage/index.vue | 10 +- 14 files changed, 149 insertions(+), 176 deletions(-) diff --git a/src/components/MyComponents/Department/index.vue b/src/components/MyComponents/Department/index.vue index f5c1ff1..fd4c4c5 100644 --- a/src/components/MyComponents/Department/index.vue +++ b/src/components/MyComponents/Department/index.vue @@ -74,6 +74,7 @@ const endProps = { const tableData = ref([]); const getSysMenuTree = async () => { const res = await selectDeptPage(listQuery.value); + debugger tableData.value = res; depList.value = res }; @@ -91,7 +92,6 @@ watch( ); const emits = defineEmits(["update:modelValue",'getDepValue']); const handleChange = (e) => { - console.log(e,'e'); if (props.multiple === true) { const data = e.map((item) => {return item[item.length - 1];}); emits("update:modelValue", data); diff --git a/src/components/aboutTable/FormMessage.vue b/src/components/aboutTable/FormMessage.vue index d438bad..41fbb64 100644 --- a/src/components/aboutTable/FormMessage.vue +++ b/src/components/aboutTable/FormMessage.vue @@ -9,9 +9,9 @@ - + -