gaoluyang
6 天以前 6b35989783d91899169f89e21a7d3734d8cadc1d
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>