Authored by xuhongyun

build

... ... @@ -103,7 +103,7 @@ webpackJsonp([17],{
$(document).on('click','#save_brand',function () {
e.submit($("#basicForm").attr("action"), function (option) {
//option.data.authorizeCerts = authorizeCertList;
//option.data.authorizeCerts = authorizeCertList.join(',');
option.data.countryId = option.data.brandHeadstream;
option.data.authorizeCerts = JSON.stringify(authorizeCertList);
option.success = function (res) {
... ...
... ... @@ -41,7 +41,8 @@ module.exports={
{name: 'registerCertUrl',type: 'string'},
{name: 'authorizeCerts',type: 'string'},
{name:'brandBanner',type:'string'},
{name:'certParty',type:'string'}
{name:'certParty',type:'string'},
{name:'countryId', type : 'Number'}
]
},
... ...