6990ca2a by fanguang

keyword

1 parent a2272ded
......@@ -621,7 +621,7 @@ const toSearch = (val: any, clear: boolean = false) => {
console.log('currentObj', currentObj)
params.pageIndex = page.value.curr;
params.pageSize = page.value.limit;
params.codeName = tableSearchInput.value
params.keyWord = tableSearchInput.value
if (currentObj.treeLevel === 1) {
params.standardTypeCode = currentNodeKey
} 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!