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