Kirin 3 years ago
parent
commit
68f1dfeae0
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

@@ -216,7 +216,7 @@
             methods: {
                 changeModel(newval) {
                    console.log(newval);
-                }
+                },
                 changeDayTime: function (date) {
                     this.$set(this.form, 'day_time', date);
                 },