浏览代码

see unatgged form

ifah
父节点
当前提交
b69854f327
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      app/Http/Controllers/Controller.php

+ 2
- 0
app/Http/Controllers/Controller.php 查看文件

@@ -19,6 +19,8 @@ class Controller extends BaseController
$result = array();
$untaggedform = Form::where('customer_category', null)->get();

dd($untaggedform);

foreach ($untaggedform as $key => $a) {
$work_order = WorkOrder::where('_id', $a->_id)->get();
array_push($result, array(

正在加载...
取消
保存