优化代码

This commit is contained in:
java110 2022-07-18 10:48:01 +08:00
parent 55b42a6324
commit f7acf5dfa6
2 changed files with 5 additions and 2 deletions

View File

@ -90,7 +90,7 @@
let _that = this;
queryOwnerAccount({
page: 1,
row: 20,
row: 30,
feeId: _feeId,
communityId: _communityId
}).then((data) => {

View File

@ -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 = [];