Przeglądaj źródła

1. 放开场次ID

MONSTER-ygh 5 miesięcy temu
rodzic
commit
d072ae365a

+ 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
         }
       });
     },