Explorar o código

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

shenQiLong hai 12 horas
pai
achega
d179cdc349

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

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