mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化发票
This commit is contained in:
parent
a9fc54e79a
commit
be70dee412
4
main.js
4
main.js
@ -4,8 +4,8 @@ import conf from './conf/config.js';
|
||||
|
||||
import vc from './core/vcFramework.js'
|
||||
// 小程序全局分享设置
|
||||
import share from './common/mixin/shareMixin.js'
|
||||
Vue.mixin(share)
|
||||
// import share from './common/mixin/shareMixin.js'
|
||||
// Vue.mixin(share)
|
||||
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
|
||||
@ -97,7 +97,7 @@
|
||||
_that.invoiceApplys = [];
|
||||
getInvoiceApply({
|
||||
page: 1,
|
||||
row: 1,
|
||||
row: 30,
|
||||
communityId: getCommunityId(),
|
||||
ownerTel: this.ownerTel,
|
||||
state:this.state
|
||||
|
||||
Loading…
Reference in New Issue
Block a user