vue主键为输入框的时候,不验证主键重复问题
This commit is contained in:
@@ -491,7 +491,7 @@ for (c in table.columnList){
|
|||||||
<%
|
<%
|
||||||
for (c in table.columnList){
|
for (c in table.columnList){
|
||||||
if (c.isPk == '1' || c.showType == 'hidden'){ %>
|
if (c.isPk == '1' || c.showType == 'hidden'){ %>
|
||||||
${c.attrName}: record.value.${c.attrName},
|
${c.attrName}: record.value.${c.attrName} || data.${c.attrName},
|
||||||
<%
|
<%
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user