Commit b6a5c721 by SunJie

executeDocpan

parent 97120a28
...@@ -338,7 +338,7 @@ export default { ...@@ -338,7 +338,7 @@ export default {
const params = { const params = {
index: index index: index
} }
rtnmsg = await Api.post("ditopn/executeDocpan", { ...Utils.getRequestDataFn.call(this), params }) rtnmsg = await Api.post("ditopn/executeDocpan", Utils.getRequestDataFn.call(this, params))
} }
if (rtnmsg.respCode == "AAAAAA") { if (rtnmsg.respCode == "AAAAAA") {
if (cortyp == 'SWT' || cortyp == 'FMT' || cortyp == 'CMT') { if (cortyp == 'SWT' || cortyp == 'FMT' || cortyp == 'CMT') {
...@@ -434,6 +434,14 @@ export default { ...@@ -434,6 +434,14 @@ export default {
this.dialogTableVisible = false; this.dialogTableVisible = false;
Utils.copyValueFromVO(this.model,rtnmsg.data); Utils.copyValueFromVO(this.model,rtnmsg.data);
} }
},
// didgrp.iss.pts.extkey
async changeExtkey( ){
let rtnmsg = await Api.post("ditopn/executeRule/didgrp.iss.pts.extkey",{...Utils.getRequestDataFn.call(this)})
if (rtnmsg.respCode == "AAAAAA") {
Utils.copyValueFromVO(this.model,rtnmsg.data);
}
} }
} }
\ No newline at end of file
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