Commit da153da77395795e36d6d753056859a9c077b70f

Authored by Neeraj Sharma
1 parent e03bf1f920

solved issued view payment

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/pages/Account/invoice.vue
... ... @@ -853,7 +853,7 @@ export default {
853 853 profile(item) {
854 854 // console.log("item", item);
855 855 this.editedIndex = this.invoiceList.indexOf(item);
856   - // this.editedItem = Object.assign({}, item);
  856 + this.editedItem = Object.assign({}, item);
857 857 console.log("editedItem", this.editedItem);
858 858 this.dialog1 = true;
859 859 },
... ...