* Fix bug #44683, replace duplicate plan picker name.

This commit is contained in:
liumengyi
2024-01-23 13:30:33 +08:00
parent 47a97b19e3
commit b898cc1e5e
+1 -1
View File
@@ -68,7 +68,7 @@ function addNewLine(e)
index = id > index ? id : index;
})
while($('[name="plans[' + index + ']"]').length > 0) index ++;
while($('[name="plans[' + index + '][]"]').length > 0) index ++;
/* 处理新一行控件的显示/隐藏,宽度/是否居中等样式问题. */
newLine.addClass('newLine');