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