add 添加消息队列功能

This commit is contained in:
yxh
2023-08-11 18:00:35 +08:00
parent 22124dc4f2
commit e398f7296f
27 changed files with 3063 additions and 22 deletions

View File

@@ -453,6 +453,11 @@ export default defineComponent({
},
{{end}}
}
{{range $index, $column := .table.Columns}}
{{if eq $column.HtmlType "imagefile"}}
imageUrl{{$column.GoField}}.value = ''
{{end}}
{{end}}
};
{{$setUpData:=true}}
{{range $index, $column := .table.Columns}}