소스 검색

修改bug

qukaidi 3 년 전
부모
커밋
be52b4d3d5
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/reportManagement/kaihe-profitGeneralLedger/index.vue

+ 5 - 0
src/views/reportManagement/kaihe-profitGeneralLedger/index.vue

@@ -382,6 +382,11 @@ export default {
         pageSize: this.page.pageSize,
       };
       getList(data).then((response) => {
+        response.rows.forEach(e=>{
+          if(e.atd){
+            e.atd=e.atd.substring(0,10)
+          }
+        })
         this.tableData = response.rows;
         this.page.total = response.total;
         this.loading = false;