|
@@ -2458,7 +2458,7 @@
|
|
|
disabled
|
|
|
>
|
|
|
<el-option
|
|
|
- v-for="(dic, index) in businessTypeOption"
|
|
|
+ v-for="(dict, index) in businessTypeOption"
|
|
|
:key="index.dictValue"
|
|
|
:label="dict.dictLabel"
|
|
|
:value="dict.dictValue"
|
|
@@ -2560,7 +2560,7 @@
|
|
|
:disabled="browseStatus"
|
|
|
>
|
|
|
<el-option
|
|
|
- v-for="(dic, index) in fStltypeOptions"
|
|
|
+ v-for="(dict, index) in fStltypeOptions"
|
|
|
:key="index.dictValue"
|
|
|
:label="dict.dictLabel"
|
|
|
:value="parseInt(dict.dictValue)"
|