ZaiZai %!s(int64=2) %!d(string=hai) anos
pai
achega
dd02db2526
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;