diff --git a/template/vm/html/vue_crud.template b/template/vm/html/vue_crud.template
index 3c0ee19..b4ee549 100644
--- a/template/vm/html/vue_crud.template
+++ b/template/vm/html/vue_crud.template
@@ -16,7 +16,7 @@
{{if eq $column.HtmlType "input"}}
{
+ get{{.table.BusinessName|UcFirst}}({{$pkColumnName}}).then(response => {
this.form = response.data;
{{range $index,$column := $columns}}
{{if eq $column.HtmlType "checkbox"}}