[update] 修改选人组件bug,bug78606,企标立项流程

This commit is contained in:
lideqin
2023-11-24 10:10:53 +08:00
parent 2d77b08927
commit 0c12db10d9
5 changed files with 75 additions and 11 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ export default {
},
// update--begin--autor:lvdandan-----date:20201120------forLOWCOD-1086 下拉多选框,搜索时只字典code进行搜索不能通过字典text搜索
filterOption (input, option) {
return option.componentOptions.children[0].children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
}
// update--end--autor:lvdandan-----date:20201120------forLOWCOD-1086 下拉多选框,搜索时只字典code进行搜索不能通过字典text搜索
},
+1 -1
View File
@@ -188,10 +188,10 @@ export default {
methods: {
open (value) {
this.visible = true
this.loadData()
if (value) {
this.selectedRowKeys = value.split(',')
this.getUserListByIds(value)
this.loadData()
}
},
// 获取组织机构树