From 089cab455f671c5696792e29fed8fa51a4f946f8 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Sun, 29 Jan 2023 09:41:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/organization/stores/job.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/organization/stores/job.js b/pc4mobx/organization/stores/job.js index 3900625..69c6a4a 100644 --- a/pc4mobx/organization/stores/job.js +++ b/pc4mobx/organization/stores/job.js @@ -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;