Browse Source

1. 放开场次ID

MONSTER-ygh 5 tháng trước cách đây
mục cha
commit
d072ae365a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
         }
       });
     },