spring
2025-08-13 2a078298589f4e783e1018f7a7caf9cd49c10cf2
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>