车间能级提升-智能设备管理系统
朱桂飞
2025-02-19 f9a12ecb4ea4b7b103b50634335704140237fef7
eims-ui/apps/web-antd/src/views/eims/equ-trial/index.vue
@@ -52,6 +52,9 @@
  height: 'auto',
  keepSource: true,
  pagerConfig: {},
  toolbarConfig: {
    enabled: !props.equDetailFlag
  },
  proxyConfig: {
    ajax: {
      query: async ({ page }, formValues = {}) => {
@@ -77,7 +80,7 @@
    // 远程排序
    remote: true,
    // 支持多字段排序 默认关闭
    multiple: true,
    multiple: true
  },
  id: 'eims-equ-trial-index'
};
@@ -86,8 +89,8 @@
  formOptions,
  gridOptions,
  gridEvents: {
    sortChange: (sortParams) => vxeSortEvent(tableApi, sortParams),
  },
    sortChange: (sortParams) => vxeSortEvent(tableApi, sortParams)
  }
});
const [EquTrialDrawer, equTrialDrawerApi] = useVbenDrawer({