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