|
@@ -178,7 +178,7 @@ const onLoad = (value) => {
|
|
|
listTools({
|
|
|
level: '3',
|
|
|
parentId: value,
|
|
|
- materialName: searchValueRef.value,
|
|
|
+ toolName: searchValueRef.value,
|
|
|
pageSize: totalPage.value,
|
|
|
delFlag: 0
|
|
|
}).then((res) => {
|
|
@@ -255,6 +255,7 @@ const handleChangeDropdownOfType2 = (value) => {
|
|
|
|
|
|
const handleClear = () => {
|
|
|
searchValueRef.value = ''
|
|
|
+ onLoad()
|
|
|
}
|
|
|
const handleDetail = (row) => {
|
|
|
router.push({ path: '/detail', query: { id: row.id, toolName: row.toolName } })
|