| | |
| | | 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 |
| | |
| | | .el-table .sort-caret.ascending{ |
| | | border-bottom-color: #c0c4cc; |
| | | } |
| | | </style> |
| | | </style> |