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