caojunjie 2 年 前
コミット
3fd0ffcd6a

+ 1 - 1
src/views/reportManagement/generalLedgerCr/index.vue

@@ -682,7 +682,7 @@ export default {
     goDetail(row) {
       let date = [row.reviewDate, row.reviewDate]
       let dataList = {}
-      if (this.queryParams.switchSection == 1){
+      if (this.queryParams.switchSection == 0){
         dataList = {
           fCorpId: row.fCorpid,
           fBstimeExamine:date

+ 1 - 1
src/views/reportManagement/generalLedgerDr/index.vue

@@ -686,7 +686,7 @@ export default {
       let date=[row.reviewDate,row.reviewDate]
 
       let dataList = {}
-      if (this.queryParams.switchSection == 1){
+      if (this.queryParams.switchSection == 0){
         dataList = {
           fCorpId: row.fCorpid,
           fBstimeExamine:date