mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
fix: 修复新增项目成员无法通过邮箱搜索的问题
This commit is contained in:
parent
070e4b8527
commit
acac93bbd1
@ -63,7 +63,7 @@
|
||||
"stylus-loader": "^6.2.0",
|
||||
"tinymce": "^5.10.3",
|
||||
"tui-calendar-hi": "^1.15.1-5",
|
||||
"view-design-hi": "^4.7.0-16",
|
||||
"view-design-hi": "^4.7.0-18",
|
||||
"vue": "^2.6.14",
|
||||
"vue-clipboard2": "^0.3.3",
|
||||
"vue-emoji-picker": "^1.0.3",
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
:default-event-object="true"
|
||||
:multiple-max="multipleMax"
|
||||
:multiple-uncancelable="uncancelable"
|
||||
:remote-method="searchUser"
|
||||
:remote-method="remoteMethod"
|
||||
@on-query-change="searchUser"
|
||||
@on-open-change="openChange"
|
||||
multiple
|
||||
@ -24,6 +24,7 @@
|
||||
v-for="(item, key) in list"
|
||||
:value="item.userid"
|
||||
:key="key"
|
||||
:key-value="item.email"
|
||||
:label="item.nickname"
|
||||
:avatar="item.userimg"
|
||||
:disabled="isDisabled(item.userid)">
|
||||
@ -196,6 +197,10 @@
|
||||
}
|
||||
},
|
||||
|
||||
remoteMethod() {
|
||||
//
|
||||
},
|
||||
|
||||
valueChange() {
|
||||
if (this.selects == this.value) {
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user