Commit 8576328f by liaoxing

出口信用证出口收单 LETDRV 解决码表显示问题

parent 946664b2
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
disabled disabled
> >
<el-option <el-option
v-for="item in codes.lcrtyp1" v-for="item in codes.lcrtyp"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -537,6 +537,7 @@ export default { ...@@ -537,6 +537,7 @@ export default {
return { return {
flag1: false, flag1: false,
flag2: false, flag2: false,
codes: {...CodeTable},
}; };
}, },
watch: { watch: {
......
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