linwenling
2023-10-22 1870c6d392aada4cd48fb148a12c5bd6e2838159
1022 修正保洁收纳导入
1个文件已修改
3 ■■■■ 已修改文件
ruoyi-ui/src/views/clean/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/clean/index.vue
@@ -325,6 +325,7 @@
  //在system/note/index.js中导入接口函数
  import {listClean,enload,delClean, addClean, uploadPic} from "@/api/clean/index";
  import {Message} from "element-ui";
  export default {
    name: "Role",
    dicts: ['sys_normal_disable'],
@@ -721,7 +722,6 @@
      var formData = new FormData();
      formData.append('excelImport', file);
      let _this = this
      alert(file)
      enload(formData).then(response => {
         _this.getList();
        Message({ message: "导入成功", type: 'warning' })
@@ -732,6 +732,7 @@
      }
      }
    }
  };
  </script>