@@ -510,7 +510,7 @@
}
else//执行添加的操作
{
- res=await this.$axios.post('/api/remote/save_company_verify_apply');
+ res=await this.$axios.post('/api/remote/save_company_verify_apply',this.company_info);
if(res.data.status==1)