From 0ee16193f6ede38950215bd74b49d58b779595a5 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期日, 25 六月 2023 16:01:02 +0800
Subject: [PATCH] 1.项目bug修改
---
src/views/reportManager/groupSalaryList.vue | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/src/views/reportManager/groupSalaryList.vue b/src/views/reportManager/groupSalaryList.vue
index 59757e9..4798232 100644
--- a/src/views/reportManager/groupSalaryList.vue
+++ b/src/views/reportManager/groupSalaryList.vue
@@ -486,8 +486,6 @@
width="800px"
:close-on-click-modal="false"
top="15vh"
- @closed="handleClose"
- @close="handleClose"
>
<div style="height: 300px;width: 100%;background-color: aliceblue;padding:20px">
<el-tag
@@ -790,7 +788,22 @@
},
tableRowClassName({ row, rowIndex }) {
return 'custom-row'
+ },
+ // 淇敼鎸夐挳
+ async edit(operation, row) {
+ this.operation = operation
+ this.dialogVisible = true
+
+ const res = await GroupSalaryReportSearchUser({ id: row.id })
+ this.tagArr = res.data.map(r => r.username)
+ // this.tagArr = ['妤兼潕淇�', '寮犱笁', '鏉庡洓']
+ // this.$nextTick(() => {
+ // this.dialogForm.OrgCode = row.org_code
+ // this.dialogForm.OrgName = row.org_name
+ // this.dialogForm.SupUnit = row.parent_id
+ // })
}
+
}
}
</script>
--
Gitblit v1.9.3