Browse Source

校区传参修改

chc 7 months ago
parent
commit
c818a1ae94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/currentSystem/dashboard/compts/waterRealData/index.vue

+ 1 - 1
src/views/currentSystem/dashboard/compts/waterRealData/index.vue

@@ -225,7 +225,7 @@ export default {
       })
     },
     getLeakRate() {
-      getLeakRate({schoolName:this.belongToCollege=='0'?'南区':'北区'}).then((res) => {
+      getLeakRate({schoolName:this.belongToCollege=='0'?'南区':'北区'}).then((res) => {
         if (res.code == 1) {
           this.yesterdayLeakRate = res.result.yesterdayLeakRate
           this.monthLeakRate = res.result.monthLeakRate