Browse Source

Merge branch 'nanming' of sckj/mz-cloud into master

NanMing 2 years ago
parent
commit
d2d8b769d2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      ruoyi-ui/src/views/organization/rcyy/jzxx/index.vue

+ 1 - 2
ruoyi-ui/src/views/organization/rcyy/jzxx/index.vue

@@ -241,8 +241,7 @@ export default {
         this.queryParams.params["endJzsj"] = this.daterangeJzsj[1];
         this.queryParams.params["endJzsj"] = this.daterangeJzsj[1];
       }
       }
       listJzxx(this.queryParams).then(response => {
       listJzxx(this.queryParams).then(response => {
-        console.log(response);
-        response.rows.foreach((item) => { item.isCl == 0 ? this.isCl = true : this.isCl = false })
+        response.rows.forEach((item) => { item.isCl == 0 ? this.isCl = true : this.isCl = false })
         this.jzxxList = response.rows;
         this.jzxxList = response.rows;
         this.total = response.total;
         this.total = response.total;
         this.loading = false;
         this.loading = false;