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 vc from './core/vcFramework.js'
|
||||||
// 小程序全局分享设置
|
// 小程序全局分享设置
|
||||||
import share from './common/mixin/shareMixin.js'
|
// import share from './common/mixin/shareMixin.js'
|
||||||
Vue.mixin(share)
|
// Vue.mixin(share)
|
||||||
|
|
||||||
Vue.config.productionTip = false;
|
Vue.config.productionTip = false;
|
||||||
|
|
||||||
|
|||||||
@ -97,7 +97,7 @@
|
|||||||
_that.invoiceApplys = [];
|
_that.invoiceApplys = [];
|
||||||
getInvoiceApply({
|
getInvoiceApply({
|
||||||
page: 1,
|
page: 1,
|
||||||
row: 1,
|
row: 30,
|
||||||
communityId: getCommunityId(),
|
communityId: getCommunityId(),
|
||||||
ownerTel: this.ownerTel,
|
ownerTel: this.ownerTel,
|
||||||
state:this.state
|
state:this.state
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user