Browse Source

一些功能

Kirin 4 years ago
parent
commit
47782ee62b
2 changed files with 1 additions and 1 deletions
  1. 1 1
      app/api/controller/PublicController.php
  2. 0 0
      public/static/plug/form-create/1.js

+ 1 - 1
app/api/controller/PublicController.php

@@ -58,7 +58,7 @@ class PublicController
                 }
                 $child .= "]";
             }
-            $ress = $k == 0 ? ('{"value":  "' . $v['name'] . '", "label": "' . $v['name'] . '"') : (',{"value": "' . $v['name'] . '", "label": "' . $v['name'] . '"');
+            $ress = $k == 0 ? ('{"name": "' . $v['name'] . '"') : (',{"name": "' . $v['name'] . '"');
             if ($child) $ress .= $child;
             $ress .= '}';
             $res .= $ress;

File diff suppressed because it is too large
+ 0 - 0
public/static/plug/form-create/1.js


Some files were not shown because too many files changed in this diff