Explorar o código

Merge branch 'master' of http://118.190.145.217:3000/xiaojincai/wanzb_admin

Your Name hai 1 ano
pai
achega
bcee7cbd12
Modificáronse 1 ficheiros con 6 adicións e 3 borrados
  1. 6 3
      src/views/data/index.vue

+ 6 - 3
src/views/data/index.vue

@@ -467,9 +467,10 @@ export default {
 
             this.$api.getDataPic(this.queryParams).then((res)=>{
                 this.loading = false;
-                this.getBlob(res.data.data.image_url).then(blob => {
-                    this.savePic(blob,res.data.data.filename)
-                })
+                console.log(res.data.data)
+                // this.getBlob(res.data.data.image_url).then(blob => {
+                //     this.savePic(blob,res.data.data.filename)
+                // })
                 
             })
         },
@@ -525,6 +526,8 @@ export default {
                 this.total = res.data.data.total;
                 this.loading = false;
             })
+
+            this.loadGroupList();
         },
         loadGroupList(){
             this.loading = true;