|
@@ -257,6 +257,7 @@ export default {
|
|
|
this.chooseDisabled = true
|
|
|
const params = Object.assign(parameter, this.chooseQueryParam, { allocateSn: this.$route.params.sn })
|
|
|
return allocateBillDetailList(params).then(res => {
|
|
|
+ this.getDetailCount()
|
|
|
const data = res.data
|
|
|
const no = (data.pageNo - 1) * data.pageSize
|
|
|
for (var i = 0; i < data.list.length; i++) {
|
|
@@ -550,7 +551,6 @@ export default {
|
|
|
},
|
|
|
pageInit () {
|
|
|
this.getDetail()
|
|
|
- this.getDetailCount()
|
|
|
}
|
|
|
},
|
|
|
mounted () {
|