소스 검색

bug-8393对话框多选bug修复(需持续观察)

shenQiLong 2 주 전
부모
커밋
d179cdc349
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/business/platform/data/templaterender/templates/list.vue

+ 1 - 1
src/business/platform/data/templaterender/templates/list.vue

@@ -964,7 +964,7 @@ export default {
      * 处理分页事件
      */
     handlePaginationChange(page) {
-      this.changePageCoreRecordData()
+      // this.changePageCoreRecordData()
       ActionUtils.setPagination(this.pagination, page)
       this.loadData()
     },