修改极差问题

This commit is contained in:
liqianjin 2025-04-01 10:04:00 +08:00
parent 27f370cd91
commit f74bc2eef0
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,6 @@
form.on('submit(save)', function(data) {
if (repeat_flag) return;
repeat_flag = true;
if(!parseInt(openDistribution)){
data.field.level = data.field.level_config;
}
@ -401,6 +400,7 @@
return false;
}
}
repeat_flag = true;
$.ajax({
type: 'POST',