zhuguifei
2025-04-08 ab59bcf89f3996d4da73402dd362b2a5d865735e
eims-ui/apps/web-antd/src/views/eims/maint-plan/index.vue
@@ -15,7 +15,6 @@
import { getDeptTree, userList } from '#/api/system/user';
import { MAINT_ORDER_STATUS } from '#/constants/dict';
import { commonDownloadExcel } from '#/utils/file/download';
import BasisSubTable from '#/views/eims/components/basis-sub-table.vue';
import maintOrderDrawer from '#/views/eims/maint-order/maint-order-drawer.vue';
import { columns, querySchema } from './data';
@@ -157,7 +156,8 @@
    maintType: record.maintType,
    planTime: record.maintNextTime,
    status: MAINT_ORDER_STATUS.DAIBAOYANG,
    maintCode: code
    maintCode: code,
    maintName: record.maintName
  };
  maintOrderDrawerApi.setData({ planOrder });