From 4f66e0e7c89dfdbc02ecb300feb20de1ca38022e Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期六, 31 八月 2024 21:41:44 +0800
Subject: [PATCH] 新增之后,修改用户

---
 ruoyi-ui/src/views/self/show.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ruoyi-ui/src/views/self/show.vue b/ruoyi-ui/src/views/self/show.vue
index 532438d..1204088 100644
--- a/ruoyi-ui/src/views/self/show.vue
+++ b/ruoyi-ui/src/views/self/show.vue
@@ -383,8 +383,7 @@
               class="el-upload-list__item-thumbnail"
               :src="file.url"
               style="width: 147px; height: 147px"
-              fit="cover"
-            ></video>
+              fit="cover"></video>
             <img v-else
                  class="el-upload-list__item-thumbnail"
                  src="../../assets/images/deviceLis.png"
@@ -1035,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,
@@ -1612,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 = {}
@@ -1809,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