36f38ef5 by fanguang Committed by lihua

keyword

1 parent acb6fbd8
...@@ -621,7 +621,7 @@ const toSearch = (val: any, clear: boolean = false) => { ...@@ -621,7 +621,7 @@ const toSearch = (val: any, clear: boolean = false) => {
621 console.log('currentObj', currentObj) 621 console.log('currentObj', currentObj)
622 params.pageIndex = page.value.curr; 622 params.pageIndex = page.value.curr;
623 params.pageSize = page.value.limit; 623 params.pageSize = page.value.limit;
624 params.codeName = tableSearchInput.value 624 params.keyWord = tableSearchInput.value
625 if (currentObj.treeLevel === 1) { 625 if (currentObj.treeLevel === 1) {
626 params.standardTypeCode = currentNodeKey 626 params.standardTypeCode = currentNodeKey
627 } else if (currentObj.treeLevel === 2) { 627 } else if (currentObj.treeLevel === 2) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!