From 598fe738b22d39172b068db5309476e08481e868 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期二, 10 九月 2024 16:20:31 +0800 Subject: [PATCH] 修改bug --- ruoyi-ui/src/views/self/show.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/views/self/show.vue b/ruoyi-ui/src/views/self/show.vue index 260cd7c..1204088 100644 --- a/ruoyi-ui/src/views/self/show.vue +++ b/ruoyi-ui/src/views/self/show.vue @@ -1034,7 +1034,7 @@ import { treeselect as menuTreeselect, roleMenuTreeselect } from "@/api/system/menu"; import axios from 'axios'; -//鍦╯ystem/note/index.js涓鍏ユ帴鍙e嚱鏁� --鎺ュソ浜� +//鍦ˊ/api/self/index.js涓鍏ユ帴鍙e嚱鏁� --鎺ュソ浜� import { getIndividualList, addIndividual, updateIndividual, delIndividual, listExperience, addExperience, updateExperience, delExperience, @@ -1611,6 +1611,7 @@ this.loading1 = true; this.queryParams1.happenStartTime = this.dateRange1.length > 0 && this.dateRange1[0] this.queryParams1.happenEndTime = this.dateRange1.length > 0 && this.dateRange1[1] + this.queryParams.clanId = this.$store.state.user.clanId listUserAll(this.queryParams1).then(response => { this.listRoot = response.data.data; const kon = {} @@ -1808,15 +1809,15 @@ editAutobiography(item) { this.isEdit1 = true; this.dialogVisible.autobiography = true; - this.formDat = { ...item }; + this.formDat = { item }; }, //闅旇鍙樿壊 tableRowClassName({row, rowIndex}) { if (rowIndex % 2 == 0) { - return "statistics-warning-row1"; - } else { return "statistics-warning-row"; + } else { + return "statistics-warning-row1"; } return ''; }, -- Gitblit v1.9.1