Kirin il y a 2 ans
Parent
commit
06fabb84f5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/admin/view/user/user/see.php

+ 1 - 0
app/admin/view/user/user/see.php

@@ -407,6 +407,7 @@
                 deleteStore: function (id) {
                 deleteStore: function (id) {
                     $eb.$swal('delete', function () {
                     $eb.$swal('delete', function () {
                         $eb.axios.get(layList.U({a: 'del_store', q: {id: id}})).then(function (res) {
                         $eb.axios.get(layList.U({a: 'del_store', q: {id: id}})).then(function (res) {
+                            console.log(res,'res');
                             if (res.data.code == 200) {
                             if (res.data.code == 200) {
                                 $eb.$swal('success', res.data.msg);
                                 $eb.$swal('success', res.data.msg);
                                 this.getSpreadStoreList();
                                 this.getSpreadStoreList();