Ver código fonte

销售端上传企业微信图片

sgw 3 horas atrás
pai
commit
0e66b6e38a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/qw/tagGroup/index.vue

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

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