Commit 5676b47c by liaoxing

letame修改

parent b1fa0d3c
...@@ -121,7 +121,7 @@ export default { ...@@ -121,7 +121,7 @@ export default {
let params = { let params = {
userId: window.sessionStorage.userId || 'ZL', userId: window.sessionStorage.userId || 'ZL',
ptytyp: ptytyp, ptytyp: ptytyp,
extkey: this.model.letgrp[type.toLowerCase()].pts.extkey, extkey: this.model.ledgrp[type.toLowerCase()].pts.extkey,
}; };
let res = await Api.post('/service/ptspta/list', params); let res = await Api.post('/service/ptspta/list', params);
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
......
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
grp: 'ledgrp', grp: 'ledgrp',
rol: 'a2b', rol: 'a2b',
}" }"
@keyup.enter.native="
queryGridEtyPromptDialogData('A2B', 'C')
"
> >
</c-ptap> </c-ptap>
</c-col> </c-col>
......
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