zhangback
2026-03-10 68b27795ae929f5300fc6fb301b31aada74a2e2f
ui/admin-ui3/src/views/tms/tmsRegion/index.vue
@@ -292,9 +292,11 @@
  handleUpdateFunc: () => {
    crudRef.value.rowEdit(selectionList.value[0]);
  },
  getBeginListFunc:()=>{
    queryParams.value.parentRegionCode = '0';
  getBeginListFunc:(params = {})=>{
    queryParams.value.parentRegionCode = '100000';
    queryParams.value.pageSize= 9999;
    params.parentRegionCode = '100000';
    return params;
  },
  handleSelectionChangeFunc: (selection: any) => {
    selectionList.value = selection;