ruoyi-ui/src/views/clean/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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>