This commit is contained in:
liaozetao
2024-03-29 15:56:43 +08:00
parent 65e5a5b15a
commit 97438b0045

View File

@@ -572,7 +572,7 @@ export default {
if (!val) { if (!val) {
return; return;
} }
$('#returnProfits').chlidren().remove(); $('#returnProfits').children().remove();
let returnProfits = val.returnProfits; let returnProfits = val.returnProfits;
if (!returnProfits || returnProfits.length <= 0) { if (!returnProfits || returnProfits.length <= 0) {
return; return;