From f90c5254ea8fd5f0dcc25b269c491610b642242e Mon Sep 17 00:00:00 2001 From: yxh Date: Mon, 24 Aug 2020 17:55:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E9=A1=B5=E9=9D=A2=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/vm/html/vue_crud.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"}}