ZaiZai 2 gadi atpakaļ
vecāks
revīzija
dd02db2526
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;