岗位浏览按钮优化
This commit is contained in:
parent
8869a18977
commit
3ed9ec2f99
|
|
@ -1,6 +1,5 @@
|
|||
package com.engine.organization.entity.searchtree;
|
||||
|
||||
import lombok.Builder;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
|
|
@ -10,7 +9,6 @@ import lombok.Data;
|
|||
* @version: 1.0
|
||||
*/
|
||||
@Data
|
||||
@Builder
|
||||
public class SearchTreeParams {
|
||||
/**
|
||||
* 数据类型
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ public class LevelServiceImpl extends Service implements LevelService {
|
|||
SearchConditionItem levelNoCondition = OrganizationFormItemUtil.inputItem(user, 2, 17, 3, 50, "编号", "levelNo");
|
||||
levelNoCondition.setRules("required|string");
|
||||
SearchConditionItem descriptionCondition = OrganizationFormItemUtil.textareaItem(user, 2, 17, true, 2, 60, "描述说明", "description");
|
||||
SearchConditionItem browserItem = OrganizationFormItemUtil.browserItem(user, 2, 17, 3, false, "等级方案", "666", "schemeId", "schemeBrowser");
|
||||
SearchConditionItem browserItem = OrganizationFormItemUtil.browserItem(user, 2, 17, 3, false, "等级方案", "161", "schemeId", "schemeBrowser");
|
||||
browserItem.setRules("required|string");
|
||||
// 编辑状态下赋值操作
|
||||
String id = Util.null2String(params.get("id"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue