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