This commit is contained in:
parent
b71b401d7a
commit
089cab455f
|
|
@ -46,7 +46,7 @@ export class JobStore {
|
||||||
@observable form1 = new WeaForm(); //新增主表表单
|
@observable form1 = new WeaForm(); //新增主表表单
|
||||||
@observable form2 = new WeaForm(); //复制表单 合并表单
|
@observable form2 = new WeaForm(); //复制表单 合并表单
|
||||||
@observable jobName = '';
|
@observable jobName = '';
|
||||||
@observable conditionNum = 12;
|
@observable conditionNum = 6;
|
||||||
@observable ids = ''; //选择行id
|
@observable ids = ''; //选择行id
|
||||||
@observable id = ''; //页面跳转参数id
|
@observable id = ''; //页面跳转参数id
|
||||||
@observable searchConditionLoading = true;
|
@observable searchConditionLoading = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue