src/views/procurementManagement/procurementInvoiceLedger/Modal/EditModal.vue
@@ -2,10 +2,10 @@ <el-dialog :title="modalOptions.title" v-model="visible" @close="close"> <EditForm ref="editFormRef" /> <template #footer> <el-button type="primary" :loading="loading" @click="sendForm"> {{ modalOptions.confirmText }} </el-button> <el-button @click="closeModal">{{ modalOptions.cancelText }}</el-button> <el-button type="primary" :loading="loading" @click="sendForm"> {{ modalOptions.confirmText }} </el-button> </template> </el-dialog> </template>