From 31dcd2ac79af82cc149f34fbfb6ffd3d4a91a3cd Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 25 Feb 2025 13:46:58 +0800
Subject: [PATCH] 修改名称
---
src/views/contingencyManagement/contingency/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/contingencyManagement/contingency/index.vue b/src/views/contingencyManagement/contingency/index.vue
index abd6fb3..26f90e0 100644
--- a/src/views/contingencyManagement/contingency/index.vue
+++ b/src/views/contingencyManagement/contingency/index.vue
@@ -182,7 +182,7 @@
const onSubmit = async () => {
let res = await contingencyApi().getTeamManagementList(listQuery)
if(res.data.code === '200'){
- tableData.value = res.data.data;
+ tableData.value = JSON.parse(JSON.stringify(res.data.data));
for(var a = 0;a<tableData.value.length;a++){
if(tableData.value[a].fileList!=null&&tableData.value[a].fileList!=''&&tableData.value[a].fileList.length!=0){
tableData.value[a].fileList = tableData.value[a].fileList[0].fileName
@@ -398,4 +398,4 @@
.el-table .sort-caret.ascending{
border-bottom-color: #c0c4cc;
}
-</style>
+</style>
\ No newline at end of file
--
Gitblit v1.9.2