Commit 82e6c9bd by liaoxing

解决 索偿getcrq 码表没显示lable值,显示的是value

parent d717ce2d
......@@ -204,7 +204,7 @@
v-model="model.gidgrp.rec.gartyp"
style="width: 100%"
placeholder="请选择保函种类"
:code="codes.typgar2"
:code="codes.typgar"
>
</c-select>
</el-form-item>
......@@ -612,7 +612,11 @@ export default {
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {};
return {
codes: {
...CodeTable,
},
};
},
computed: {
flag() {
......
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