|
@@ -403,7 +403,7 @@
|
|
}), function (res) {
|
|
}), function (res) {
|
|
that.$set(that, name, res.data)
|
|
that.$set(that, name, res.data)
|
|
});
|
|
});
|
|
- }
|
|
+ },
|
|
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) {
|