Commit bc958ef5 by 宋毅

tj

parent f691e6d0
......@@ -803,9 +803,12 @@
this.stuff.deliveryOrderNo = this.currentOrderNo;
this.stuff.name = this.currentName;
var obj = this.$root.copyParams(this.stuff, "updateOfficial", "/action/tmOrder/springBoard", "yes", "yes");
this.$root.loading = true;
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then((res) => {
this.$root.loading = false;
console.log(res);
if (res.status == 0) {
this.handleSizeChange();
this.showUploadStuff = false;
this.$message({ message: "上传成功", type: 'success' });
}
......
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