From df822e8324d11b001743360af7b9eda3fc46bd9c Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Tue, 30 Jan 2024 09:55:14 +0800 Subject: [PATCH] ada --- src/components/export-data/index.vue | 17 ++++++++++++++++- src/views/project/components/Business.vue | 15 --------------- src/views/project_list/components/myTable.vue | 3 ++- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/src/components/export-data/index.vue b/src/components/export-data/index.vue index 54b39b8..7c5d54e 100644 --- a/src/components/export-data/index.vue +++ b/src/components/export-data/index.vue @@ -3,7 +3,9 @@
@@ -130,3 +132,16 @@ const handleConfirm = async () => { } // getData() + diff --git a/src/views/project/components/Business.vue b/src/views/project/components/Business.vue index 126cee7..4f09c00 100644 --- a/src/views/project/components/Business.vue +++ b/src/views/project/components/Business.vue @@ -1,12 +1,6 @@ -
@@ -172,13 +164,6 @@ const props = defineProps({ }) const { dictData } = useDictData('project_assurance,follow_status,follow_type,follow_stage') const showEdit = ref(false) -const editRef = ref(null) -// 添加 -const handleAdd = async () => { - showEdit.value = true - await nextTick() - editRef.value?.open('add') -} const tableData1 = ref([]) const tableData2 = ref([]) const tableData3 = ref([]) diff --git a/src/views/project_list/components/myTable.vue b/src/views/project_list/components/myTable.vue index b3946b7..a1ca291 100644 --- a/src/views/project_list/components/myTable.vue +++ b/src/views/project_list/components/myTable.vue @@ -13,7 +13,8 @@ 添加 编辑 删除 - 导出 +