mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-09-23 00:47:24 +08:00
Merge branch 'develop' of https://gitee.com/likeadmin/likeadmin_java into develop
This commit is contained in:
@@ -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}: '',
|
||||
|
||||
Reference in New Issue
Block a user