Commit 7bec5622 by 李少勇

修改弹出表格入参

parent abe58e93
......@@ -19,7 +19,7 @@
v-model="model.gidgrp.apc.pts.extkey"
maxlength="16"
placeholder="请输入"
@keyup.enter.native="queryGridEtyPromptDialogData('APC', 'C')"
@keyup.enter.native="queryGridEtyPromptDialogData('APC', '')"
></c-input>
<template slot="footer">
<c-button
......@@ -66,7 +66,7 @@
v-model="model.gidgrp.ctc.pts.extkey"
maxlength="16"
placeholder="请输入"
@keyup.enter.native="queryGridEtyPromptDialogData('CTC', 'C')"
@keyup.enter.native="queryGridEtyPromptDialogData('CTC', '')"
></c-input>
<template slot="footer">
<c-button
......@@ -116,7 +116,7 @@
v-model="model.gidgrp.bec.pts.extkey"
maxlength="16"
placeholder="请输入"
@keyup.enter.native="queryGridEtyPromptDialogData('BEC', 'B')"
@keyup.enter.native="queryGridEtyPromptDialogData('BEC', '')"
></c-input>
<template slot="footer">
<c-button
......
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