Browse Source

销售端上传企业微信图片

sgw 4 hours ago
parent
commit
0e66b6e38a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/qw/tagGroup/index.vue

+ 1 - 1
src/views/qw/tagGroup/index.vue

@@ -348,7 +348,7 @@ export default {
     },
     },
       handleImageSync(){
       handleImageSync(){
           this.loading=true;
           this.loading=true;
-          syncCompanyCorIdImage(this.queryParams.corpId).then(response => {
+          syncCompanyCorIdImage().then(response => {
               this.msgSuccess("同步成功");
               this.msgSuccess("同步成功");
 
 
               this.getList();
               this.getList();