@@ -782,7 +782,7 @@ const submitChangeForm = () => {
})
.then((resRow) => {
if (resRow.rows && resRow.rows.length > 0) {
- this.clickSettlement(resRow.rows[0]);
+ clickSettlement(resRow.rows[0]);
}
});
getList();