@@ -5470,7 +5470,8 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
5470
5470
data: formData,
5471
5471
responseType: 'json'
5472
5472
}).then(function (res) {
5473
- // console.log(res.data);
5473
+ console.log(res.data);
5474
+
5474
5475
if (res.data.success == true) {
5475
5476
toastr.success("Record Added successfully.");
5476
5477
@@ -5483,7 +5484,8 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
5483
5484
_this.$Progress.finish();
5484
5485
}
5485
5486
})["catch"](function (err) {
5486
- // console.log(err.response);
5487
+ console.log(err.response);
5488
+
5487
5489
_this.$Progress.fail();
5488
5490
5489
5491
_this.displayError(err.response);
@@ -5504,7 +5506,8 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
5504
5506
data: formData,
5505
5507
responseType: 'json'
5506
5508
}).then(function (res) {
5507
- // console.log(res.data);
5509
+ console.log(res.data);
5510
+
5508
5511
if (res.data.success == true) {
5509
5512
toastr.success("Record Updated successfully.");
5510
5513
@@ -5517,7 +5520,8 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
5517
5520
_this2.$Progress.finish();
5518
5521
}
5519
5522
})["catch"](function (err) {
5520
- // console.log(err.response);
5523
+ console.log(err.response);
5524
+
5521
5525
_this2.$Progress.fail();
5522
5526
5523
5527
_this2.displayError(err.response);
@@ -10628,7 +10632,8 @@ __webpack_require__.r(__webpack_exports__);
10628
10632
},
10629
10633
responseType: 'json'
10630
10634
}).then(function (res) {
10631
- // console.log(res.data);
10635
+ console.log(res.data);
10636
+
10632
10637
if (res.data.success == true) {
10633
10638
toastr.success('Table Updated Successfully.');
10634
10639
@@ -10769,7 +10774,7 @@ __webpack_require__.r(__webpack_exports__);
10769
10774
});
10770
10775
},
10771
10776
getIndex: function getIndex(field) {
10772
- console.log(field);
10777
+ // console.log(field);
10773
10778
var _iteratorNormalCompletion5 = true;
10774
10779
var _didIteratorError5 = false;
10775
10780
var _iteratorError5 = undefined;
@@ -123736,56 +123741,55 @@ var render = function() {
123736
123741
])
123737
123742
]
123738
123743
)
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()
123786
123745
])
123787
123746
: _vm._e(),
123788
123747
_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(" "),
123789
123793
_vm.isModalComponent
123790
123794
? _c("database-modals", {
123791
123795
attrs: {
0 commit comments