Commit b6e278f9 by 刘泽奇

123

parent ce3bdd0f
......@@ -69,7 +69,7 @@
"startTime": "",
"entTime": "",
"pageIndex": 1,
"pageSize": 10
"pageSize": 30
},
pickerOptions: {
shortcuts: [{
......
......@@ -601,7 +601,7 @@
}
if (obj.flag == "sfz") {
var pic2pdf = { 'key': obj.result };
console.log(obj.result,`ccccccccccccccccccccccccc`);
console.log(obj.result, `ccccccccccccccccccccccccc`);
var pic2pdf = this.$root.copyParams(pic2pdf, "pic2pdf", "/action/tmTools/springBoard");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", pic2pdf).then(function (d) {
that.loading1 = false;
......@@ -1263,7 +1263,7 @@
var entobj = {
regLocation: this.apply.applyAddr, entName: this.apply.name, domainEntName: this.apply.name, creditCode: this.apply.code,
businessLicensePic: this.apply.businessLicensePic, customerType: this.apply.customerType, identityCardNo: this.apply.identityCardNo,
identityCardPic: this.apply.identityCardPic
identityCardPic: this.apply.identityCardPic,businessLicensePdf: this.apply.businessLicensePdf,
};
if (this.apply.customerType == "ent") {
var entData = localStorage.getItem("historyentlist");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment