Commit 50f6fec2 by wangyanjiao

#216

parent 9fb1e02c
...@@ -414,7 +414,7 @@ export default { ...@@ -414,7 +414,7 @@ export default {
}); });
}, },
newnomtopame() { newnomtopame() {
this.executeDefault("trnmod.swiadd.newnomtopame").then((res) => { this.executeRule("trnmod.swiadd.newnomtopame").then((res) => {
if ((res.respCode == 'AAAAAA')) { if ((res.respCode == 'AAAAAA')) {
Utils.copyValueFromVO(this.model, res.data); Utils.copyValueFromVO(this.model, res.data);
} }
......
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