mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-27 19:20:03 +08:00
fix generate HasView
This commit is contained in:
@@ -48,7 +48,7 @@ export function Switch(params) {
|
||||
});
|
||||
}
|
||||
@{end}
|
||||
@{ if eq .options.Step.HasView true }
|
||||
@{ if or (eq .options.Step.HasView true) (eq .options.Step.HasEdit true) }
|
||||
// 获取@{.tableComment}指定详情
|
||||
export function View(params) {
|
||||
return http.request({
|
||||
|
Reference in New Issue
Block a user