This commit is contained in:
cwchen 2024-11-16 18:08:24 +08:00
parent fd1bfbb250
commit eb686e582c
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ function queryTable(type) {
reloadTable(1);
} else if (type === 2) {
$('#proName').val('');
$('#status').val('0');
$('#status').val('');
layui.form.render();
reloadTable(1);
}