([])
@@ -114,14 +113,14 @@ const handleDelete = async (id: number | any[]) => {
await apiProjectlogsDelete({ id })
getLists()
}
-const handledetail = async (data: any) => {
- let res = await apiProjectlogsDetail({ id: data.id })
- showDtail.value = true
+// 详情
+const handleDetail = async (id: any) => {
+ let res = await apiProjectlogsDetail({ id })
+ showDetail.value = true
await nextTick()
detailRef.value?.open()
detailRef.value?.setFormData(res)
}
-
getLists()
diff --git a/src/views/project_role_set/index.vue b/src/views/project_role_set/index.vue
index e612ecf..af89edb 100644
--- a/src/views/project_role_set/index.vue
+++ b/src/views/project_role_set/index.vue
@@ -2,12 +2,9 @@
-
+
-
-
-
查询
重置
@@ -44,9 +41,9 @@
@click="handleDelete(row.id)">
删除
-
+
diff --git a/src/views/project_wbs_set/edit.vue b/src/views/project_wbs_set/edit.vue
index 00fbeee..7f13ded 100644
--- a/src/views/project_wbs_set/edit.vue
+++ b/src/views/project_wbs_set/edit.vue
@@ -1,22 +1,25 @@