From fb1d57f4bce31fe4f8147a144f8ef4afbca0a4cd Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 21 二月 2023 13:48:29 +0800 Subject: [PATCH] Merge branch 'dev1.0' of http://42.193.1.25:9521/r/sccg_ui into dev1.0 --- src/views/systemSetting/platform/cockpitManage/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/systemSetting/platform/cockpitManage/index.vue b/src/views/systemSetting/platform/cockpitManage/index.vue index d5965dc..5054128 100644 --- a/src/views/systemSetting/platform/cockpitManage/index.vue +++ b/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: "鎿嶄綔鎴愬姛" }); -- Gitblit v1.8.0