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;