소스 검색

1. 放开场次ID

MONSTER-ygh 5 달 전
부모
커밋
d072ae365a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/finance/Statements/quickReconciliation.vue

+ 1 - 1
src/views/finance/Statements/quickReconciliation.vue

@@ -202,7 +202,7 @@ export default {
       this.$router.push({
         path: '/financeMr/finance/Statements/StatementsIndexNew', query: {
           performDate: row.performDate,
-          //performTimeId: row.performTimeId
+          performTimeId: row.performTimeId
         }
       });
     },