Commit 71cff14e by xionglin

选择框数据绑定

parent 97a65a0c
......@@ -242,7 +242,7 @@
v-model="model.gidgrp.blk.apprul"
style="width: 100%"
placeholder="请选择申请条款"
:code="getValues('gidgrp.blk.apprul','apprulc2')"
:code="codes.apprulc1"
>
</c-select>
</el-form-item>
......@@ -269,7 +269,7 @@
style="width: 100%"
placeholder="请选择保函文本语言种类"
:code="getValues('gidgrp.rec.giduil', 'uiltxt')"
:code="codes.uiltxt1"
@change="executeRule('gidgrp.rec.giduil')"
>
</c-select>
......
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