src/views/systemSetting/platform/cockpitManage/index.vue
@@ -375,6 +375,8 @@ importTable(file) { const formData = new FormData(); formData.append("file", file.file); console.log(formData) console.log(file) importTeamInfo(formData) .then(() => { this.$message({ type: "success", message: "操作成功" });