From b6a5c721c1960946a1159fe84f46c3cf13cc777c Mon Sep 17 00:00:00 2001 From: SunJie <1246143279@qq> Date: Fri, 20 Aug 2021 15:26:44 +0800 Subject: [PATCH] executeDocpan --- src/model/Ditopn/Event.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/model/Ditopn/Event.js b/src/model/Ditopn/Event.js index 91a15b8..5e51b79 100644 --- a/src/model/Ditopn/Event.js +++ b/src/model/Ditopn/Event.js @@ -338,7 +338,7 @@ export default { const params = { 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 (cortyp == 'SWT' || cortyp == 'FMT' || cortyp == 'CMT') { @@ -434,6 +434,14 @@ export default { this.dialogTableVisible = false; 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 -- libgit2 0.26.0