Merge branch 'develop' of https://gitee.com/likeadmin/likeadmin_java into develop
This commit is contained in:
commit
5a2c36a75b
|
|
@ -163,8 +163,7 @@ const formData = reactive({
|
|||
#elseif($column.isEdit)
|
||||
#if($column.htmlType=="checkbox")
|
||||
${column.javaField}: [],
|
||||
#else
|
||||
#if($column.htmlType=="number")
|
||||
#elseif($column.htmlType=="number")
|
||||
${column.javaField}: 0,
|
||||
#else
|
||||
${column.javaField}: '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue