Merge pull request '修复' (#34) from feature/cl into dev

Reviewed-on: http://221.226.25.34:3000/liang.cheng/trunk/pulls/34
This commit is contained in:
liang.cheng 2023-01-29 09:45:17 +08:00
commit 3eebf5cb54
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export class JobStore {
@observable form1 = new WeaForm(); //新增主表表单
@observable form2 = new WeaForm(); //复制表单 合并表单
@observable jobName = '';
@observable conditionNum = 12;
@observable conditionNum = 6;
@observable ids = ''; //选择行id
@observable id = ''; //页面跳转参数id
@observable searchConditionLoading = true;