Parcourir la source

fix:修改结算单时间轴列表等接口查询入参

lazy il y a 1 mois
Parent
commit
264fbe983f

+ 1 - 1
src/views/settlementManagement/detail.vue

@@ -54,7 +54,7 @@ export default {
       request({
         url: '/businessProcessingTask/doBusinessHistoryView',
         method: 'get',
-        params: { businessKey: this.$route.query.infoId, businessType: 'BillBasicInformation' }
+        params: { businessKey: this.$route.query.infoId, businessType: 'Bill' }
       }).then(({ data }) => {
         data.forEach(item => {
           if(item.obj) {

+ 3 - 3
src/views/settlementManagement/index.vue

@@ -78,7 +78,7 @@ export default {
       },
       timeAxisParams: {
         businessKey: '',
-        businessType: 'BillBasicInformation'
+        businessType: 'Bill'
       },
       btnPermission: JSON.parse(sessionStorage.getItem('buttons')) || []
     }
@@ -106,7 +106,7 @@ export default {
           status: this.search.status,
           businessNo: this.search.businessNo,
           fastSearch: this.search.fastSearch,
-          simpleClassName: 'BillBasicInformation'
+          simpleClassName: 'Bill'
         },
         data: {
           page: this.page || 1,
@@ -114,7 +114,7 @@ export default {
           status: this.search.status,
           businessNo: this.search.businessNo,
           fastSearch: this.search.fastSearch,
-          simpleClassName: 'BillBasicInformation'
+          simpleClassName: 'Bill'
         }
       }).then(({ records, rows }) => {
         this.tableData = rows || []