Commit d745326c by 杨树贤

询价处理框默认值

parent ae0da59c
Showing with 2 additions and 2 deletions
......@@ -60,8 +60,8 @@ class HandleInquiry extends Form implements LazyRenderable
public function default()
{
return [
'status' => 1,
'handle_result' => 'test'
'status' => 999,
'handle_result' => ''
];
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment