This commit is contained in:
yumoqing 2025-09-26 09:16:49 +08:00
parent 4168eabcf7
commit 79fedf7d3b

View File

@ -244,10 +244,10 @@ bricks.FormBase = class extends bricks.Layout {
w.focus();
return;
}
if (name != 'id' && d[name] === null){
if (d[name] === null){
continue;
}
if (this.origin_data[name] == d[name]){
if (name != 'id' && this.origin_data[name] == d[name]){
continue;
}
w.set_formdata(data);