物流公司切换禁用无效问题,pc退货添加物流信息回填,保存发票回显错误

This commit is contained in:
mabo
2021-07-20 18:00:35 +08:00
parent 0a248d89d5
commit eee0258061
10 changed files with 437 additions and 150 deletions

View File

@@ -74,11 +74,11 @@ export default {
})
},
changePage (val) { // 修改页码
this.pageNumber = val
this.params.pageNumber = val
this.getHistory()
},
changePageSize (val) { // 修改页数
this.param.pageSize = val
this.params.pageSize = val
this.params.pageNumber = 1
this.getHistory()
}