소스 검색

fix: 文件夹防抖 0

jinx 6 달 전
부모
커밋
4c211bf968
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/qjkankan-editor/src/components/materialListInMaterialSelector.vue

+ 2 - 1
packages/qjkankan-editor/src/components/materialListInMaterialSelector.vue

@@ -699,7 +699,8 @@ export default {
         }
         this.requestMoreData();
       },
-      500,
+      // 500,
+      0,
       false
     ),
     onFileInputChange(e) {