mirror of
https://github.com/vxcontrol/ncform.git
synced 2026-07-18 16:24:27 -04:00
refix: 对象在无历史流程节点时的显示 (#9)
This commit is contained in:
@@ -197,7 +197,7 @@ export default {
|
||||
return fieldSchema.ui && fieldSchema.ui.showLegend && fieldSchema.ui.legend;
|
||||
},
|
||||
hidden(fieldSchema) {
|
||||
if (fieldSchema || !fieldSchema.ui || fieldSchema.ui.process === true || fieldSchema.ui.process === undefined) {
|
||||
if ( !fieldSchema || fieldSchema.ui.process === true || fieldSchema.ui.process === undefined ) {
|
||||
return this._analyzeVal(fieldSchema.ui.hidden);
|
||||
}
|
||||
let nodeCodeArr = this.globalConst.nodeCodeArr || []
|
||||
|
||||
Reference in New Issue
Block a user