Преглед на файлове

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

lazy преди 1 месец
родител
ревизия
264fbe983f
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      src/views/settlementManagement/detail.vue
  2. 3 3
      src/views/settlementManagement/index.vue

+ 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 || []