fix(测试跟踪): 缺陷编辑远程检索字段设置选项值无效

--bug=1028047 --user=陈建星 【测试跟踪】github #25776 创建缺陷下拉列表字段筛选后不能点击确认 https://www.tapd.cn/55049933/s/1396516
This commit is contained in:
jianxing 2023-07-24 15:28:58 +08:00 committed by jianxing
parent 0623b20770
commit abc8aaf4f8
1 changed files with 4 additions and 1 deletions

View File

@ -330,7 +330,10 @@ export default {
handleClear() {
if (this.originOptions && this.data.inputSearch) {
//
this.data.options = this.originOptions;
// timeout
setTimeout(() => {
this.data.options = this.originOptions;
}, 200);
}
},
stopLoading() {