Kirin 2 years ago
parent
commit
5141436404
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/view/user/user/see.php

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

@@ -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) {