优化代码

This commit is contained in:
wuxw 2024-09-19 10:02:51 +08:00
parent f7cf50c8ea
commit 212b75c9fe

View File

@ -161,6 +161,7 @@
.then(function(_fees) {
if (_fees && _fees.length > 0) {
_that.storeId = _fees[0].incomeObjId;
_that.ownerId = _fees[0].ownerId;
}
_that.fees = _fees;
_fees.forEach(function(_item) {