Parcourir la source

选择组件优化

master
yxq il y a 1 mois
Parent
révision
3be602dba0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      monitorMobile/components/selectSearch.vue

+ 1
- 1
monitorMobile/components/selectSearch.vue Voir le fichier

@@ -93,7 +93,7 @@
computed: {
title_() {
if (!this.multiple) {
let obj = this.options.find(e1 => e1.value == this.value)
let obj = this.options.find(e1 => e1.value == this.value_)
return obj ? obj.label : this.placeholder
} else {
let arr = this.options.filter(e1 => this.value_.includes(e1.value))


Chargement…
Annuler
Enregistrer