Commit 8f0c3f3a by 刘泽奇

123

parent 02d48c44
...@@ -1384,6 +1384,7 @@ ...@@ -1384,6 +1384,7 @@
} }
}; };
obj.tm.tmFormType = that.form.tmFormType.toString(); obj.tm.tmFormType = that.form.tmFormType.toString();
this.$root.loading = true; this.$root.loading = true;
var jdObj = that.$root.copyParams(obj, "subTmOrder", "/action/tmOrder/springBoard", "yes", "yes"); var jdObj = that.$root.copyParams(obj, "subTmOrder", "/action/tmOrder/springBoard", "yes", "yes");
that.$root.postReq("/web/trademark/tmqueryCtl/doPost", jdObj).then(function (d) { that.$root.postReq("/web/trademark/tmqueryCtl/doPost", jdObj).then(function (d) {
...@@ -1445,6 +1446,9 @@ ...@@ -1445,6 +1446,9 @@
} }
}; };
obj.tm.tmFormType = that.form.tmFormType.toString(); obj.tm.tmFormType = that.form.tmFormType.toString();
if (obj.tm.tmFormType == '4') {
obj.tm.name = '图形'
}
this.$root.loading = true; this.$root.loading = true;
var jdObj = that.$root.copyParams(obj, "subTmOrder", "/action/tmOrder/springBoard", "yes", "yes"); var jdObj = that.$root.copyParams(obj, "subTmOrder", "/action/tmOrder/springBoard", "yes", "yes");
that.$root.postReq("/web/trademark/tmqueryCtl/doPost", jdObj).then(function (d) { that.$root.postReq("/web/trademark/tmqueryCtl/doPost", jdObj).then(function (d) {
......
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