mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
f7cf50c8ea
commit
212b75c9fe
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user