优化发票

This commit is contained in:
wuxw 2023-12-21 15:12:23 +08:00
parent a9fc54e79a
commit be70dee412
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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