浏览代码

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,
));

正在加载...
取消
保存