[misc, 0.1h] modify code style format.

This commit is contained in:
lijie
2024-09-03 09:22:34 +08:00
committed by 李阳
parent 3454f1f8fd
commit 9bf29640cd
@@ -29,7 +29,7 @@ class changeStoryTester extends tester
if($this->response('method') != 'view')
{
if($form->dom->alertmodal('text') == '『研发需求名称』不能为空。') return $this->success('变更需求表单页面提示正确');
return $this->failed('变更需求表单页面提示信息不正确');
return $this->failed('变更需求表单页面提示信息不正确');
}
/* 跳转到需求列表页面搜索创建需求并进入该需求详情页。 */