|
@@ -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;
|