ZaiZai 2 years ago
parent
commit
dd02db2526
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/image/view.vue

+ 1 - 1
pages/image/view.vue

@@ -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;