ソースを参照

see untagged form

ifah
コミット
6d4118545f
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      app/Http/Controllers/Controller.php

+ 1
- 0
app/Http/Controllers/Controller.php ファイルの表示

@@ -22,6 +22,7 @@ class Controller extends BaseController
foreach ($work_order as $key => $a) {
$untaggedform = Form::where('_id',$a->_id)->where('customer_category',null)->get();

dd($untaggedform);
array_push($result, array(
'_id' => $untaggedform->_id,
));

読み込み中…
キャンセル
保存