Ver Fonte

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

shenQiLong há 11 horas atrás
pai
commit
d179cdc349

+ 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()
     },