ソースを参照

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

Your Name 1 年間 前
コミット
bcee7cbd12
1 ファイル変更6 行追加3 行削除
  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;