Commit d745326c by 杨树贤

询价处理框默认值

parent ae0da59c
Showing with 2 additions and 2 deletions
...@@ -60,8 +60,8 @@ class HandleInquiry extends Form implements LazyRenderable ...@@ -60,8 +60,8 @@ class HandleInquiry extends Form implements LazyRenderable
public function default() public function default()
{ {
return [ return [
'status' => 1, 'status' => 999,
'handle_result' => 'test' '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