@@ -1292,7 +1292,8 @@
return
}
this.ajaxFn('/jypay/user/company/association', {
- name: str
+ name: str,
+ companyCount:10
}, function (r) {
if (r && r.error_msg === '' && r.data) {
this.isAssociateShow = true
@@ -216,7 +216,7 @@
if (str.length <= 2) {
- this.ajaxFn('/jypay/user/company/association', { name: str }, function (r) {
+ this.ajaxFn('/jypay/user/company/association', { name: str,companyCount:10}, function (r) {
this.searchList = r.data
@@ -352,7 +352,7 @@
+ this.ajaxFn('/jypay/user/company/association', { name: str,companyCount:10 }, function (r) {
@@ -409,7 +409,7 @@
@@ -521,7 +521,7 @@
@@ -568,7 +568,8 @@ var vm = new Vue({
type:'POST',
url:'/jypay/user/company/association',
data: {
- name: name
+ name: name,
},
heads : {
'content-type': 'application/x-www-form-urlencoded'
@@ -824,7 +824,8 @@ var vm = new Vue({
@@ -990,7 +990,7 @@
@@ -261,7 +261,7 @@
@@ -427,7 +427,7 @@
@@ -536,7 +536,7 @@