|
@@ -18,7 +18,7 @@
|
|
|
option-filter-prop="label"
|
|
option-filter-prop="label"
|
|
|
style="width: 50%; margin-left: 16px"
|
|
style="width: 50%; margin-left: 16px"
|
|
|
placeholder="请选择公司"
|
|
placeholder="请选择公司"
|
|
|
- :options="companies.map((item) => ({ value: item.roomId, label: item.roomName }))"
|
|
|
|
|
|
|
+ :options="companies.map((item) => ({ value: item.id, label: item.name }))"
|
|
|
@change="getClientId"
|
|
@change="getClientId"
|
|
|
/>
|
|
/>
|
|
|
<a-button type="primary" style="margin-left: 8px" @click="editClient">
|
|
<a-button type="primary" style="margin-left: 8px" @click="editClient">
|