Ver código fonte

Merge branch 'deploy_0804' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into deploy_0804

lilei 3 anos atrás
pai
commit
c996d775ee

+ 1 - 1
src/views/allocationManagement/transferOut/edit.vue

@@ -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 () {
       if (!this.spinning) {
         this.getDetail()
-        this.getDetailCount()
       }
       if (!this.disabled) {
         this.resetSearchForm()