mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 Database block support specified view https://github.com/siyuan-note/siyuan/issues/10443
This commit is contained in:
parent
3ce6e4824b
commit
cb726e0118
7 changed files with 62 additions and 43 deletions
|
|
@ -43,7 +43,8 @@ func exportAttributeView(c *gin.Context) {
|
|||
}
|
||||
|
||||
avID := arg["id"].(string)
|
||||
zipPath, err := model.ExportAv2CSV(avID)
|
||||
viewID := arg["viewID"].(string)
|
||||
zipPath, err := model.ExportAv2CSV(avID, viewID)
|
||||
if nil != err {
|
||||
ret.Code = 1
|
||||
ret.Msg = err.Error()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue