修复公司详情不选中菜单的问题
This commit is contained in:
parent
b0b1d53f8e
commit
48bc4f6331
@ -219,6 +219,7 @@
|
|||||||
formData[regionType] == city.id ||
|
formData[regionType] == city.id ||
|
||||||
city.disabled
|
city.disabled
|
||||||
"
|
"
|
||||||
|
:checked="city[regionType + '_code'] == formData[regionType]"
|
||||||
v-for="city in datas[regionType + 'Options']"
|
v-for="city in datas[regionType + 'Options']"
|
||||||
:key="city[regionType + '_name']"
|
:key="city[regionType + '_name']"
|
||||||
:label="
|
:label="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user