|
@@ -337,7 +337,7 @@
|
|
|
:items="items"
|
|
|
:active-id.sync="activeIds"
|
|
|
:main-active-index.sync="activeIndex"
|
|
|
- height="92%"
|
|
|
+ height="500px"
|
|
|
@click-item="right_click"
|
|
|
/>
|
|
|
|
|
@@ -899,9 +899,7 @@ export default {
|
|
|
|
|
|
onFinish_jianChaRen({ selectedOptions }) {
|
|
|
this.show_jianChaRen = false;
|
|
|
- this.fieldValue_jianChaRen = selectedOptions
|
|
|
- .map((option) => option.text)
|
|
|
- .join("--");
|
|
|
+ this.fieldValue_jianChaRen = selectedOptions[1].text
|
|
|
|
|
|
console.log(selectedOptions);
|
|
|
this.jianChaRen_key = selectedOptions[1].id;
|