Commit d12e38f0 by zhanghou

提交面函前端代码

parent 685b0319
...@@ -513,6 +513,15 @@ export default { ...@@ -513,6 +513,15 @@ export default {
], ],
data: [], data: [],
}, },
gitopn:{
"gidgrp":{},
"gitp":{},
"trnmodVo":{},
"addbcb":{},
"cnybop":{},
"codcny":{},
"doceot":{}
},
suppress: false, suppress: false,
}; };
}, },
...@@ -592,9 +601,16 @@ export default { ...@@ -592,9 +601,16 @@ export default {
let params = { let params = {
docVo: row, docVo: row,
}; };
this.gitopn.gidgrp = this.model.gidgrp
this.gitopn.gitp = this.model.gitp
this.gitopn.trnmodVo = this.model.trnmod
this.gitopn.addbcb = this.model.addbcb
this.gitopn.cnybop = this.model.cnybop
this.gitopn.doceot = this.model.docpan.doceot
console.log(this.gitopn)
rtnmsg = await Api.post( rtnmsg = await Api.post(
`${this.requestPrefix}/executeDocpan`, `${this.requestPrefix}/executeDocpan`,
params this.gitopn
); );
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
if (cortyp == 'SWT' || cortyp == 'FMT' || cortyp == 'CMT') { if (cortyp == 'SWT' || cortyp == 'FMT' || cortyp == 'CMT') {
......
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