Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

流程图中折线未更新到数据库 #8

Open
PickApig opened this issue Dec 28, 2017 · 2 comments
Open

流程图中折线未更新到数据库 #8

PickApig opened this issue Dec 28, 2017 · 2 comments

Comments

@PickApig
Copy link

        foreach($jsplumb['list'] as $k=>$v){
            if($v['id']==$id){
                $jsplumb['list'][$k]['process_name']=$process->process_name;
                $jsplumb['list'][$k]['style']=$process->style;
                $jsplumb['list'][$k]['icon']=$process->icon;
                //$jsplumb['list'][$k]['process_to']=implode(',', $process_to);  增加更新process_to字段。
               // $process_to = implode(',' ,$request->input('process_to));
            }
        }
@PickApig
Copy link
Author

另外,非常感谢作者的付出。

@Clago
Copy link
Owner

Clago commented Dec 29, 2017

需要点击右上角按钮 『保存设计』

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants