BUG修改

This commit is contained in:
王兴凯 2026-07-16 17:33:47 +08:00
commit 5b982cf9cd

View File

@ -314,7 +314,6 @@ const handleAddRow = () => {
return;
}
const newRow = {
_tls: {},
id: generateId(),
recordUser: null,
recordTime: null,
@ -471,6 +470,7 @@ const initForm = () => {
// rvcd baseId
if (values.baseId) {
formData.baseId = values.baseId;
getdianzha(values.baseId);
}
// list
formData.list = values.list