Commit d209a2df authored by xinzhedeai's avatar xinzhedeai

历史记录 导出功能开发a

parent c74d817b
...@@ -17,7 +17,7 @@ const service = axios.create({ ...@@ -17,7 +17,7 @@ const service = axios.create({
// axios中请求配置有baseURL选项,表示请求URL公共部分 // axios中请求配置有baseURL选项,表示请求URL公共部分
baseURL: process.env.VUE_APP_BASE_API, baseURL: process.env.VUE_APP_BASE_API,
// 超时 // 超时
timeout: 10000 timeout: 60000
}) })
// request拦截器 // request拦截器
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
>搜索</el-button >搜索</el-button
> >
<!-- <el-button <el-button
type="warning" type="warning"
plain plain
icon="el-icon-download" icon="el-icon-download"
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
@click="handleExport" @click="handleExport"
v-hasPermi="['system:data:export']" v-hasPermi="['system:data:export']"
>导出</el-button >导出</el-button
> --> >
</el-form-item> </el-form-item>
</el-form> </el-form>
...@@ -164,6 +164,7 @@ export default { ...@@ -164,6 +164,7 @@ export default {
this.getList(); this.getList();
}, },
methods: { methods: {
stateChange(e) { stateChange(e) {
console.log(e); console.log(e);
if (!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