我的评估列表插件逻辑优化
This commit is contained in:
parent
98c30768ed
commit
188a1e091b
|
@ -109,7 +109,6 @@ public class MyEvalListPlugin extends AbstractListPlugin implements Plugin {
|
|||
Object evalSchemePkValue = evalscheme.getPkValue();
|
||||
evalSchemeId = evalSchemePkValue;//覆盖方案id
|
||||
evalSchemes.add(evalSchemePkValue);
|
||||
this.getView().showTipNotification("测试");
|
||||
}else {
|
||||
this.getView().showTipNotification("选择的我的评估单据存在评估方案数据异常");
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue