|
@@ -262,9 +262,9 @@ export default {
|
|
|
}
|
|
|
if(arr) {
|
|
|
for(var i in arr) {
|
|
|
- console.log(arr[i].value, idd)
|
|
|
+ console.log(arr[i].value, idd, id)
|
|
|
if(arr[i].label != this.$t('lable.department') && arr[i].label != this.$t('designatedpersonnel')) {
|
|
|
- if(arr[i].value == idd) {
|
|
|
+ if(arr[i].value == id) {
|
|
|
console.log('将要付给的值', arr[i])
|
|
|
this.selectName = arr[i].label
|
|
|
if(arr[i].type) {
|
|
@@ -348,7 +348,7 @@ export default {
|
|
|
moveIonDiv() {
|
|
|
console.log(this.selectName)
|
|
|
if(this.clearable) {
|
|
|
- if(this.selectName != this.$t('defaultText.pleaseChoose') && this.disabled) {
|
|
|
+ if(this.selectName != this.$t('defaultText.pleaseChoose')) {
|
|
|
this.moveIon = true
|
|
|
}
|
|
|
}
|