1.JDate添加YYYY-DD,YYYY格式(待完善)

2.j-select-multiple的搜索功能优化
3.j-tree-select已改为由title搜索,搜索全部树的数据需完善目前只能搜索第一级
This commit is contained in:
yaoyanan
2021-03-17 18:38:25 +08:00
parent d5166e711b
commit 3f8f9a679f
4 changed files with 99 additions and 33 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
<a-tree-select
allowClear
labelInValue
tree-node-filter-prop="title"
:getPopupContainer="(node) => node.parentNode"
style="width: 100%"
:disabled="disabled"
@@ -85,7 +86,6 @@
tableName:"",
text:"",
code:"",
}
},
watch: {
@@ -152,6 +152,7 @@
}
getAction(this.url,param).then(res=>{
if(res.success){
console.log(res)
for(let i of res.result){
i.value = i.key
if(i.leaf==false){