|
@@ -89,7 +89,7 @@ const searchClick = () => {
|
|
|
const searchForm = ref({queryStr: ''})
|
|
|
const getDataList = async (pageNo, pageSize) => {
|
|
|
const {id, fileType, type, treeId} = pageNode.value
|
|
|
- if (!type || !id || !type || !fileType || !treeId) {
|
|
|
+ if (!type || !id || !type || !fileType) {
|
|
|
errorToast('参数异常,请退出重试')
|
|
|
pageRef.value?.complete([]);
|
|
|
return false;
|