Browse Source

快速新增

jqh 5 years ago
parent
commit
d5ba45d80c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Grid/Tools/QuickCreate.php

+ 2 - 0
src/Grid/Tools/QuickCreate.php

@@ -231,6 +231,8 @@ CSS
 
         $field->view($this->resolveView(get_class($field)));
 
+        $field::collectAssets();
+
         $this->fields->push($field);
 
         return $field;