From 4b97b561558690c2cee302c6b64c90a8a10fb30f Mon Sep 17 00:00:00 2001 From: batman <978517621@qq.com> Date: 星期一, 13 三月 2023 20:01:50 +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