odc.xiaohui
2023-02-24 b289f60aebd90c3d2cccec83d36d06017e04029e
src/views/systemSetting/platform/cockpitManage/index.vue
@@ -197,7 +197,7 @@
          <update-user
            @closeUpdateDialog="closeUpdateDialog()"
            :updateDepartmentData="updateDepartmentData"
            :isUpdate="dialogType === 'add'"
            :isUpdate="dialogType === 'update'"
          />
        </el-dialog>
@@ -344,6 +344,7 @@
    //修改
    showUpdateDialog(data) {
      this.dialogUpdate = true;
      this.dialogType = "update";
      this.updateDepartmentData = data;
    },
@@ -375,6 +376,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: "操作成功" });