@@ -5470,7 +5470,8 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
54705470 data: formData,
54715471 responseType: 'json'
54725472 }).then(function (res) {
5473- // console.log(res.data);
5473+ console.log(res.data);
5474+
54745475 if (res.data.success == true) {
54755476 toastr.success("Record Added successfully.");
54765477
@@ -5483,7 +5484,8 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
54835484 _this.$Progress.finish();
54845485 }
54855486 })["catch"](function (err) {
5486- // console.log(err.response);
5487+ console.log(err.response);
5488+
54875489 _this.$Progress.fail();
54885490
54895491 _this.displayError(err.response);
@@ -5504,7 +5506,8 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
55045506 data: formData,
55055507 responseType: 'json'
55065508 }).then(function (res) {
5507- // console.log(res.data);
5509+ console.log(res.data);
5510+
55085511 if (res.data.success == true) {
55095512 toastr.success("Record Updated successfully.");
55105513
@@ -5517,7 +5520,8 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
55175520 _this2.$Progress.finish();
55185521 }
55195522 })["catch"](function (err) {
5520- // console.log(err.response);
5523+ console.log(err.response);
5524+
55215525 _this2.$Progress.fail();
55225526
55235527 _this2.displayError(err.response);
@@ -10628,7 +10632,8 @@ __webpack_require__.r(__webpack_exports__);
1062810632 },
1062910633 responseType: 'json'
1063010634 }).then(function (res) {
10631- // console.log(res.data);
10635+ console.log(res.data);
10636+
1063210637 if (res.data.success == true) {
1063310638 toastr.success('Table Updated Successfully.');
1063410639
@@ -10769,7 +10774,7 @@ __webpack_require__.r(__webpack_exports__);
1076910774 });
1077010775 },
1077110776 getIndex: function getIndex(field) {
10772- console.log(field);
10777+ // console.log(field);
1077310778 var _iteratorNormalCompletion5 = true;
1077410779 var _didIteratorError5 = false;
1077510780 var _iteratorError5 = undefined;
@@ -123736,56 +123741,55 @@ var render = function() {
123736123741 ])
123737123742 ]
123738123743 )
123739- : _vm._e(),
123740- _vm._v(" "),
123741- _c("div", { staticClass: "row" }, [
123742- _c("div", { staticClass: "col-sm-12 col-md-5" }, [
123743- _c(
123744- "div",
123745- {
123746- staticClass: "dataTables_info",
123747- attrs: {
123748- id: "database-table_info",
123749- role: "status",
123750- "aria-live": "polite"
123751- }
123752- },
123753- [
123754- _vm._v(
123755- "Showing " +
123756- _vm._s(_vm.pagination.from) +
123757- " to " +
123758- _vm._s(_vm.pagination.to) +
123759- " of " +
123760- _vm._s(_vm.pagination.total) +
123761- " entries"
123762- )
123763- ]
123764- )
123765- ]),
123766- _vm._v(" "),
123767- _c(
123768- "div",
123769- { staticClass: "col-sm-12 col-md-7" },
123770- [
123771- _c("pagination", {
123772- attrs: {
123773- data: _vm.pagination,
123774- limit: 2,
123775- align: "right"
123776- },
123777- on: {
123778- "pagination-change-page":
123779- _vm.fetchDatabaseTables
123780- }
123781- })
123782- ],
123783- 1
123784- )
123785- ])
123744+ : _vm._e()
123786123745 ])
123787123746 : _vm._e(),
123788123747 _vm._v(" "),
123748+ _c("div", { staticClass: "row" }, [
123749+ _c("div", { staticClass: "col-sm-12 col-md-5" }, [
123750+ _c(
123751+ "div",
123752+ {
123753+ staticClass: "dataTables_info",
123754+ attrs: {
123755+ id: "database-table_info",
123756+ role: "status",
123757+ "aria-live": "polite"
123758+ }
123759+ },
123760+ [
123761+ _vm._v(
123762+ "Showing " +
123763+ _vm._s(_vm.pagination.from) +
123764+ " to " +
123765+ _vm._s(_vm.pagination.to) +
123766+ " of " +
123767+ _vm._s(_vm.pagination.total) +
123768+ " entries"
123769+ )
123770+ ]
123771+ )
123772+ ]),
123773+ _vm._v(" "),
123774+ _c(
123775+ "div",
123776+ { staticClass: "col-sm-12 col-md-7" },
123777+ [
123778+ _c("pagination", {
123779+ attrs: {
123780+ data: _vm.pagination,
123781+ limit: 2,
123782+ align: "right"
123783+ },
123784+ on: {
123785+ "pagination-change-page": _vm.fetchDatabaseTables
123786+ }
123787+ })
123788+ ],
123789+ 1
123790+ )
123791+ ]),
123792+ _vm._v(" "),
123789123793 _vm.isModalComponent
123790123794 ? _c("database-modals", {
123791123795 attrs: {
0 commit comments