|
@@ -350,6 +350,7 @@ export default {
|
|
|
apiApplyPermission({
|
|
|
company_name:res.data.customer_info.company_name,
|
|
|
real_name:res.data.customer_info.name,
|
|
|
+ source:2,
|
|
|
}).then(res=>{
|
|
|
if(res.code===200){
|
|
|
console.log('主动申请成功');
|
|
@@ -641,6 +642,7 @@ export default {
|
|
|
apiApplyPermission({
|
|
|
company_name:res.data.customer_info.company_name,
|
|
|
real_name:res.data.customer_info.name,
|
|
|
+ source:2,
|
|
|
}).then(res=>{
|
|
|
if(res.code===200){
|
|
|
console.log('主动申请成功');
|
|
@@ -717,6 +719,7 @@ export default {
|
|
|
apiApplyPermission({
|
|
|
company_name:res.data.customer_info.company_name,
|
|
|
real_name:res.data.customer_info.name,
|
|
|
+ source:2,
|
|
|
}).then(res=>{
|
|
|
if(res.code===200){
|
|
|
console.log('主动申请成功');
|
|
@@ -774,6 +777,7 @@ export default {
|
|
|
const res=await apiApplyPermission({
|
|
|
company_name:this.pupData.customer_info.company_name,
|
|
|
real_name:this.pupData.customer_info.name,
|
|
|
+ source:2,
|
|
|
})
|
|
|
if(res.code===200){
|
|
|
this.pupData.content=`<p>申请已提交</p><p>请等待销售人员与您联系</p>`
|