mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-26 08:16:47 +08:00
优化代码
This commit is contained in:
parent
55b42a6324
commit
f7acf5dfa6
@ -90,7 +90,7 @@
|
||||
let _that = this;
|
||||
queryOwnerAccount({
|
||||
page: 1,
|
||||
row: 20,
|
||||
row: 30,
|
||||
feeId: _feeId,
|
||||
communityId: _communityId
|
||||
}).then((data) => {
|
||||
|
||||
@ -110,7 +110,9 @@
|
||||
} from '../../lib/java110/utils/DateUtil.js'
|
||||
import {
|
||||
getCouponUsers
|
||||
} from '../../api/fee/feeApi.js'
|
||||
} from '../../api/fee/feeApi.js';
|
||||
|
||||
import {getCommunityId} from '@/api/community/communityApi.js'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
@ -138,6 +140,7 @@
|
||||
page: 1,
|
||||
row: 30,
|
||||
tel: context.getUserInfo().link,
|
||||
communityId:getCommunityId(),
|
||||
state: '1001'
|
||||
}
|
||||
_that.couponList = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user