Commit b4a8314a by 刘泽奇

123

parent 9ad7f0dd
......@@ -446,9 +446,11 @@
that.loading3 = false;
that.loading = false;
if (d.status == 0) {
that.stuff.identityCardPic = d.data.url;
that.stuff.identityCardPic = obj.result;
that.stuff.identityCardPdf = d.data.url;
} else {
that.stuff.identityCardPic = "";
that.stuff.identityCardPdf = "";
that.$message.warning(`上传失败请重新上传`);
return false;
}
......@@ -525,7 +527,7 @@
console.log(this.stuff);
this.stuff.deliveryOrderNo = this.currentOrderNo;
this.stuff.name = this.currentName;
var obj = this.$root.copyParams(this.stuff, "updateCustomerInfo", "/action/tmOrder/springBoard", "yes", "yes");
var obj = this.$root.copyParams(this.stuff, "updateOfficial", "/action/tmOrder/springBoard", "yes", "yes");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((res) => {
console.log(res);
if (res.status == 0) {
......
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