This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
rongxin.dashboard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix 导出文件名称
master
张泽亮
2 weeks ago
parent
5c15d7bf1a
commit
8c5f31b4af
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/system/menuapp/index.vue
+ 1
- 1
src/views/system/menuapp/index.vue
View File
@@ -347,7 +347,7 @@ export default {
handleExport() {
this.download('system/menuapp/export', {
...this.queryParams
}, `
menuapp
_${new Date().getTime()}.xlsx`)
}, `
手机菜单
_${new Date().getTime()}.xlsx`)
},
/** 打印表单 */
doPrint() {
Write
Preview
Loading…
Cancel
Save