mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 20:35:16 +00:00
@@ -24,8 +24,8 @@ func ParseInfoList2Excel(infoList []model.SysBaseMenu, filePath string) error {
|
||||
menu.Component,
|
||||
})
|
||||
}
|
||||
excel.SaveAs(filePath)
|
||||
return nil
|
||||
err := excel.SaveAs(filePath)
|
||||
return err
|
||||
}
|
||||
|
||||
func ParseExcel2InfoList() ([]model.SysBaseMenu, error) {
|
||||
|
||||
Reference in New Issue
Block a user