gcz 1 년 전
부모
커밋
4010255308
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/finance/flowingWaterMr/index.vue

+ 1 - 1
src/views/finance/flowingWaterMr/index.vue

@@ -200,7 +200,7 @@ export default {
       .then(response => {
           if(this.queryParams.incomeExpenses=='支出'){
             this.zhichu=true;
-          }else if(this.queryParams.incomeExpenses=='收入'){
+          }else{
             this.zhichu=false;
           }
           this.dataList = response.data.rows;