zhangwencui
2026-01-19 187041ecb09b7b1e911e12423e4db90b5d1d2d28
src/views/equipmentManagement/upkeep/Modal/PlanModal.vue
@@ -3,9 +3,10 @@
    v-model="visible"
    :title="modalOptions.title"
    width="30%"
      draggable
    @close="close"
  >
    <PlanForm ref="planFormRef"></PlanForm>
    <PlanForm ref="planFormRef" :id="id"></PlanForm>
    <template #footer>
         <el-button type="primary" @click="sendForm" :loading="loading">
            {{ modalOptions.confirmText }}