Kirin 3 years ago
parent
commit
da5db98b99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/view/system/system_store/add.php

+ 1 - 1
app/admin/view/system/system_store/add.php

@@ -205,7 +205,7 @@
 
 
 <script>
 <script>
     var storeData = {:json_encode($store)};
     var storeData = {:json_encode($store)};
-    var userData = {:json_encode($user)};
+    var userData = {:json_encode($users)};
     mpFrame.start(function (Vue) {
     mpFrame.start(function (Vue) {
         $.each(city, function (key, item) {
         $.each(city, function (key, item) {
             city[key].value = item.label;
             city[key].value = item.label;