chenhj
昨天 a7e6e4c69e17f1b10acf75d03c0a46327c1b3dcf
src/views/equipmentManagement/upkeep/Modal/PlanModal.vue
@@ -3,14 +3,15 @@
    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 }}
         </el-button>
      <el-button @click="closeModal">{{ modalOptions.cancelText }}</el-button>
      <el-button type="primary" @click="sendForm" :loading="loading">
        {{ modalOptions.confirmText }}
      </el-button>
    </template>
  </el-dialog>
</template>