Commit d209a2df authored by xinzhedeai's avatar xinzhedeai

历史记录 导出功能开发a

parent c74d817b
......@@ -17,7 +17,7 @@ const service = axios.create({
// axios中请求配置有baseURL选项,表示请求URL公共部分
baseURL: process.env.VUE_APP_BASE_API,
// 超时
timeout: 10000
timeout: 60000
})
// request拦截器
......
......@@ -56,7 +56,7 @@
>搜索</el-button
>
<!-- <el-button
<el-button
type="warning"
plain
icon="el-icon-download"
......@@ -64,7 +64,7 @@
@click="handleExport"
v-hasPermi="['system:data:export']"
>导出</el-button
> -->
>
</el-form-item>
</el-form>
......@@ -164,6 +164,7 @@ export default {
this.getList();
},
methods: {
stateChange(e) {
console.log(e);
if (!e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment