odc.xiaohui
2023-02-20 a50eefeb4836da92871c539fb010ae391ae303d4
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: "操作成功" });